...
- fulfill search implementation based on Jira Advanced search https://issuesfolio-org.folioatlassian.orgnet/browse/ZF-28?jql=
- use textarea as a search term
- add the ability to enter a regular search query to the Jira structure (field - operator - value - keyword) by adding an additional selection string in the dropdown (“arbitrary query string” or “*”)
- apply operators: “=”, “! =”, “>”, “<”, “>=”, “<=”, “IN”, “IS”, “IS NOT”“==”, “(“, “)”
- apply keywords: “AND”, “OR”
- add the opportunity to navigate through the entered query with the ability to edit selected values, using keyboard arrows
...
- accomplish search realization based on https://rawgit.com/hirokiosame/search.js/master/index.html
- add the opportunity to enter a simple search query
- create the structure field – operator – value – keyword
- apply operators: “=”, “! =”, “>”, “<”, “>=”, “<=”, “IN”, “IS”, “IS NOT”“==”, “(“, “)”
- apply keywords: “AND”, “OR”
- be able to edit selected values, using keyboard arrows
...