Question about implementing inline search filters
Does anybody have suggestions on implementing inline search box parameters?
i.e. if you are searching issues in a github repo there's stuff like
is:open
author:username
archived:false
etc... is there any recommended reading on how to implement parsing these types of entries into the field? Do you basically just scan for 'parameter:query'
and then just space-delimit it to separate the search terms from the filters/parameters?1 Reply
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View