-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplified search interface #21
Comments
I will start to implement a new version of this in metsis-staging and try as a seperate view. |
There is now a test endpoint on metsis-staging.met.no/metsis/simple_search I have also been testing the MoreLikeThis-functionality. At the moment it seems like this is not working as expected when we are using external SolrDocument in the index. According to the documentation, a custom views argument handler will have to be implemented to allow this functionality within the metsis search context. |
Looks good. Concerning date I think a dataset coverage with dates would be needed, this would be a bit too sparse for most use cases (although good for NBS with satellite selectors instead). How much work would the more than this functionality require? |
Added Download button and dateRange search to simple search. Latest can be tested on metsis-staging.met.no. Next will be to implement parent/child relation support for the simple search. |
Added visualise button and some parent child handeling/grouping of results. |
We need to figure out how to handle parent/child in the search, so it will be intuitive for the user. There are posibilities do do subquiries in solr to gather children for parent in the result list. But how drupal/search_api(solr) views handeling this. I will have to investigate. |
Simple search is now working quite good. I recon this can be closed. New issues realted to simple search can be created in this repo |
Closing this. New issues can be created regarding the simple search. Also create a card in NC to keep track of issues related to the simple_search. |
There is a user request for a simpler search interface for less advanced users. Typically this could be a free text search combined with a date and space constraint.
In the current setup it is not possible to reuse elements in a more open setup of the user interface as once blocks are located in a container they are supposed to be there on other pages as well. Do we have a mechanism to circumvent this? Alternatively a receipt that is not too complicated to generate a simple search interface from scratch?
The challenge is that users often provide conflicting information so the ability to quickly change the view is good for user uptake.
The text was updated successfully, but these errors were encountered: