Skip to content
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

Open
steingod opened this issue Sep 21, 2022 · 6 comments
Open

Simplified search interface #21

steingod opened this issue Sep 21, 2022 · 6 comments
Assignees

Comments

@steingod
Copy link
Collaborator

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.

@magnarem
Copy link
Collaborator

I will start to implement a new version of this in metsis-staging and try as a seperate view.

@magnarem
Copy link
Collaborator

magnarem commented Oct 2, 2023

There is now a test endpoint on metsis-staging.met.no/metsis/simple_search
It is made to work more like a normal web-search.
The Download button is not yet implemented. also the children list are currently missing.

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.

@steingod
Copy link
Collaborator Author

steingod commented Oct 2, 2023

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?

@magnarem
Copy link
Collaborator

magnarem commented Feb 9, 2024

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.

@magnarem
Copy link
Collaborator

Added visualise button and some parent child handeling/grouping of results.
The lastes version of simple_search are now deployed to the staging servers (metsis-staging.met.no and nbs-staging.met.no

@magnarem
Copy link
Collaborator

magnarem commented Apr 5, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants