How do I create an Advanced Search like in Image with multiple filters & Queries in React JS?

715 Views Asked by At

I'm trying to create an Advanced Search functionality which can take Multiple Queries at a time in React JS. JIRA & GITLAB have similar functionality available. Please look at the images below.

This is present on Atlassian JIRA

This is present on GITLAB

Basic requirements:

  • Single query will have 3 parameters viz., Title, Operator, Value
  • There can be multiple such queries
  • After selecting one parameter another dropdown will open up to select another parameter
0

There are 0 best solutions below