openaire-library/searchPages/searchUtils
konstantina.galouni b0af2de1bc [Trunk | Library]:
1. searchUtils.class.ts: In SearchUtilsClass added field "refineStatus:number = 1;" for refine queries.
2. searchResultsPerPage.component.ts & searchSorting.component.ts: [Bug fix] In EventEmitter (value change), emit raw value, not object with field "value".
3. searchDataProviders.component.ts & searchOrganizations.component.ts & searchProjects.component.ts & searchResearchResults.component.ts:
	a. Add subscriptions in array to unsubscribe in ngOnDestroy.
	b. Get properties from environment (no service needed).
	c. Separate queries for refine and results.
	d. Do not call refine query when page, results per page, sortBy change (there is still a bug here).
	e. For refine query, added field "disableRefineForms" default set to false - passed in <new-search-page>.
4. newSearchPage.component.html:
	a. Disable forms when "disableForms" or "disableRefineForms" is true.
	b. Do not show filters, until results query returns, but show results while refine is loading.
	c. Deleted old, unused code.
5. newSearchPage.component.ts:
	a. Added fields "@Input() disableRefineForms: boolean = false;", "@Input() sortedByChanged: string = "";", "@Input() resultsPerPageChanged: number;"
	b. When results per page or sortBy change, do not upadate immediately searchUtils values - do not query for refine when these change (there is still a bug here).


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59155 d315682c-612b-4755-9ff5-7f18f6832af3
2020-07-21 13:48:55 +00:00
..
highlight [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
modal-result [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
advancedSearchForm.component.html [Library|Trunk] 2020-07-21 12:41:08 +00:00
advancedSearchForm.component.ts [Library|Trunk] 2020-07-21 12:41:08 +00:00
advancedSearchForm.module.ts [Library|Trunk] 2020-03-05 13:21:01 +00:00
advancedSearchPage.component.html [Library|Trunk] 2020-04-03 16:00:19 +00:00
advancedSearchPage.component.ts [Trunk | Library]: 2020-04-07 11:15:28 +00:00
advancedSearchPage.module.ts 1. Add 'sorting' option by 'relevance' or 'date' in advanced search pages for results (publications, datasets, software, orps). 2018-11-23 12:32:28 +00:00
browseEntities.component.ts [Library|Trunk] 2019-06-13 12:31:39 +00:00
browseEntities.module.ts [Trunk | Library]: 2020-03-12 10:48:04 +00:00
browseStatistic.component.html [Trunk | Library]: 2020-03-12 10:48:04 +00:00
browseStatistic.component.ts [Library|Trunk] 2019-07-22 14:15:23 +00:00
datasourcesHelper.class.ts [Trunk|Library] 2020-03-27 12:39:18 +00:00
dateFilter.component.ts [Library | Trunk] 2020-03-26 12:18:18 +00:00
dateFilter.module.ts [Library|Trunk] 2020-03-05 13:21:01 +00:00
entitiesSelection.component.ts [Trunk | Library]: 2020-07-12 22:19:30 +00:00
entitiesSelection.module.ts [Trunk | Library]: 2020-07-12 22:19:30 +00:00
newSearchPage.component.html [Trunk | Library]: 2020-07-21 13:48:55 +00:00
newSearchPage.component.ts [Trunk | Library]: 2020-07-21 13:48:55 +00:00
newSearchPage.module.ts [Library | Trunk]: 1. Change name of communitesSearchResults to PortalSearchResults. 2. Add method on string utils to check if a word exists on a text. 3. Add description on stakeholder and create StakeholderInfo which extends Stakholder 2020-06-05 12:56:28 +00:00
no-load-paging.component.ts [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
no-load-paging.module.ts [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
portal-search-result.component.html [Library | Trunk]: Portal search result: Some html changes to fit in small screens 2020-06-09 08:57:05 +00:00
portal-search-result.component.ts [Library|Trunk] 2020-06-30 15:56:56 +00:00
portal-search-result.module.ts [Library | Trunk]: 1. Change name of communitesSearchResults to PortalSearchResults. 2. Add method on string utils to check if a word exists on a text. 3. Add description on stakeholder and create StakeholderInfo which extends Stakholder 2020-06-05 12:56:28 +00:00
quick-selections.component.ts [Library | Trunk]: Add uikit classes on inputs 2020-07-13 09:52:52 +00:00
quick-selections.module.ts [Trunk | Library]: 2020-07-12 22:19:30 +00:00
searchDataproviderMap.component.ts [Library]: modal replace isOpen = true with open function 2019-11-22 08:42:36 +00:00
searchDataproviderMap.module.ts [trunk]: Merging branch 'changeDeposit' into trunk for revisions 54355:54751 2019-02-12 11:15:21 +00:00
searchDownload.component.ts [Library | Trunk]: Changes for adding search and langing pages to monitor dashboard 2020-07-10 08:37:17 +00:00
searchDownload.module.ts Commiting first draft of openaire library for angular portals 2017-12-19 12:53:46 +00:00
searchFilter.component.html [Library | Trunk] 2020-07-14 15:18:14 +00:00
searchFilter.component.ts [Trunk | Library]: 2020-07-15 14:11:49 +00:00
searchFilter.module.ts [Trunk | Library]: 2020-03-12 10:48:04 +00:00
searchFilterModal.component.ts [trunk]: Remove unnecessary logs from library. 2019-02-14 10:15:44 +00:00
searchForm.component.ts [Library | Trunk]: Change view of communities results base on mocks 2020-04-24 16:32:00 +00:00
searchForm.module.ts Commiting first draft of openaire library for angular portals 2017-12-19 12:53:46 +00:00
searchHelperClasses.class.ts [Library|Trunk] 2020-07-21 12:41:08 +00:00
searchPage.component.html [Library | Trunk]: 1. Change name of communitesSearchResults to PortalSearchResults. 2. Add method on string utils to check if a word exists on a text. 3. Add description on stakeholder and create StakeholderInfo which extends Stakholder 2020-06-05 12:56:28 +00:00
searchPage.component.ts [Library | Trunk]: Change view of communities results base on mocks 2020-04-24 16:32:00 +00:00
searchPage.module.ts [Library | Trunk]: 1. Change name of communitesSearchResults to PortalSearchResults. 2. Add method on string utils to check if a word exists on a text. 3. Add description on stakeholder and create StakeholderInfo which extends Stakholder 2020-06-05 12:56:28 +00:00
searchPageTableView.component.html [Trunk | Library]: 2020-07-15 14:11:49 +00:00
searchPageTableView.component.ts [Library|Trunk] 2020-04-27 12:54:48 +00:00
searchPageTableView.module.ts [Library|Trunk] 2020-04-27 08:14:05 +00:00
searchPaging.component.ts [Trunk | Library]: 2020-07-14 13:13:44 +00:00
searchPaging.module.ts [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
searchResult.component.html [Trunk | Library]: 2020-05-19 15:59:20 +00:00
searchResult.component.ts [Library|Trunk] 2020-06-02 08:40:56 +00:00
searchResults.module.ts [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
searchResultsPerPage.component.ts [Trunk | Library]: 2020-07-21 13:48:55 +00:00
searchResultsPerPage.module.ts [Trunk | Library]: 2020-03-12 10:48:04 +00:00
searchSorting.component.ts [Trunk | Library]: 2020-07-21 13:48:55 +00:00
searchSorting.module.ts [Trunk | Library]: 2020-03-12 10:48:04 +00:00
searchUtils.class.ts [Trunk | Library]: 2020-07-21 13:48:55 +00:00
tabResult.component.html [Library | Trunk]: 1. New view for search results. 2. Add highlight component but currently is not enabled. 3. Change access mode value from classid to classname 2020-02-07 13:05:07 +00:00
tabResult.component.ts put the divids- helper for linking views, Fix the links in advanced search page, remove openaireProperties class change error codes path, add the 2018-02-15 10:36:12 +00:00
tabResult.module.ts [Trunk | Library]: 2019-05-29 12:24:43 +00:00