-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: search in queries history & saved #1127
Conversation
|
||
const queriesHistory = useTypedSelector(selectQueriesHistory); | ||
const queriesHistory = useTypedSelector(selectQueriesHistory(filter)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think if we operate with filter in store? This allows to preserve filter value when tabs are switching, and all staff with filtering would be done inside redux selectors (it would be no need to pass filter
there).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
It seems that search should be case insensitive, cause sql keywords are both valid - uppercase and lowercase. |
CI Results
Test Status: β PASSED
π Full Report
Bundle Size: πΊ
Current: 78.89 MB | Main: 78.89 MB
Diff: +0.01 MB (0.01%)
βΉοΈ CI Information