javascript - Parameterized autocompletion in JS -


i'm looking way implement parameterized autocompletion, similar gerrit uses (see images below). idea able make own queries search bar, searching status:open owner:self result in following solr query parameters: q=+status:open+owner:self.

enter image description here

enter image description here

i tried complete.ly, other frameworks have looked at, seems support single predefined autocompletes (even though may multiple ones). when text matched 1 of suggested queries, no more suggestions come up. there framework supports this?


Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -