Integration of the search page to the rest of the App
1 unresolved thread
1 unresolved thread
- Removed dead code related to the old search interface
- Added the possibility to "lock" filters. Locked filters cannot be edited in the filter panel, through the URL, or through the search bar. Locked filters are not affected by the reset and do not get serialized in the URL.
- Added possibility to add a customized header to the search page. It is currently used to display dataset name/DOI when searching within a dataset.
- Now the menu item "Search your data" redirects to a customized entry search page that has the visibility locked to
user
. -
DatasetPage.js
now uses a customized search page withdataset_id
locked.
Edited by Lauri Himanen
Merge request reports
Activity
I now cleaned up a lot of dead code and removed the
New
-prefixes.There are still some semi-dead components (
DatasetList
,EntryList
,UploadsList
,DataTable
,NewDataTable
) that should be refactored/removed once we start using your new table component throughout and create the page for viewing datasets and uploads.
added 1 commit
- f1e29ac9 - Removed dead code related to the old search interface, removed the...
mentioned in commit b3126cd5
Please register or sign in to reply