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

Advanced filter type UI for searchkit #75

Closed
risonsimon opened this issue Feb 2, 2016 · 4 comments
Closed

Advanced filter type UI for searchkit #75

risonsimon opened this issue Feb 2, 2016 · 4 comments
Labels

Comments

@risonsimon
Copy link

Is it possible to create a UI similar to react-redux-test demo where filters can be added based on predefined keywords.

For example,
if the following 3 keywords are defined for searching,

  1. Age
  2. Location
  3. Price

The user will be able to add a new filter below the main search box.

Also, it should support range input for fields like age, price (number field), (ability to show custom input types) when a new filter is added.

@GregoryPotdevin
Copy link
Collaborator

Mockup :
image

@ssetem
Copy link
Member

ssetem commented Feb 2, 2016

{'query': {'bool': {'must': [{'multi_match': {'fields': ['answer'], 'query': u'more'}}, {'multi_match': {'fields': ['question_id'], 'query': 1}}]}}, 'from': 0, 'size': 10}

example query to be generated

@infacq
Copy link
Contributor

infacq commented Dec 15, 2016

how do I implement dynamic filter based on what the result has to offer

@stale
Copy link

stale bot commented Dec 28, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Dec 28, 2019
@stale stale bot closed this as completed Jan 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants