Opened 13 years ago
Last modified 12 years ago
#559 new defect
Metadata sort on search result doesn´t keep the search filter (shows all metadatasets instead)
Reported by: | xzam | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.6.5 |
Component: | User interface (web) | Version: | v2.6.4 |
Keywords: | Cc: |
Description
If I perform a search of metadata (e.g. by category) and get the list of search results and perform a metadata sort on this list I get the full list of metadata instead of the filtered list. For example I searched for metadata of a category and get 50 results, after sorting I get all 561 metadata entries of the database. The reason for this behavior should be that the request done for sorting doesn´t contain the category or searchterms previously chosen.
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 12 years ago
Sorry for the late reply. You can reproduce this behavior in our geonetwork under: http://131.220.109.2/geonetwork.
- Filter by a category (e.g. "Interactive Resources" by clicking on the category in the left column
- Click on the "Sort by"-push-down-menu and select for example "Change date"
- You´ll notice if you use firebug or something similar that the category-parameter is not included in the second server-request (for the sorting)
This behavior now only occurs when results are displayed by clicking on the category. When a search is performed through the search form keywords, map type etc. persist when the sorting is changed.
checked in gn2.6.4, but can not reproduce (in ff9, ie9), also tried with category. Please provide more details.