filterable icon indicating copy to clipboard operation
filterable copied to clipboard

Parse and convert GitHub-like search queries in Node.JS

Results 4 filterable issues
Sort by recently updated
recently updated
newest added

Hi Is it possible currently to filter an array based on its objects inside. What i want to achieve is a local filter option, every time you have some grid,...

Current `GROUP_DELIMITER` regex does not support queries with escaped quotes inside: `label:"test \" test" `

https://help.github.com/articles/search-syntax/#query-for-values-between-a-range

enhancement