You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
We're using your component in the internal project and we've faced an issue with introducing NOT operator. All operators work like x OPERATOR y but NOT needs to work like NOT x for example NOT (x CONTAINS y). Is it possible somehow to define such operator without extending component?
Other question is your component going to support Free Text Search for example like GitLab and other tools that use such filter box components?
The text was updated successfully, but these errors were encountered:
Hello,
We're using your component in the internal project and we've faced an issue with introducing
NOT
operator. All operators work likex OPERATOR y
butNOT
needs to work likeNOT x
for exampleNOT (x CONTAINS y)
. Is it possible somehow to define such operator without extending component?Other question is your component going to support Free Text Search for example like GitLab and other tools that use such filter box components?
The text was updated successfully, but these errors were encountered: