Closed srikary12 closed 3 months ago
@debanjum Can you check and let me know if it's working fine.
@debanjum @sabaimran let me know if there are any issues
@debanjum added the case
Sure, I'll be working on it.
Thanks.
@debanjum @sabaimran fixed the tests, Sorry for the delay.
test_notes_search_with_only_filters failed, I'm not sure if it's related to this PR.
Hey @srikary12, I've tested the PR and pushed some changes. These changes are good to merge!
test_notes_search_with_only_filters failed, I'm not sure if it's related to this PR.
The test failure was because of the changes made in this PR (Django ORM expected a .*.org
but query had *.org
). I've fixed the regex escape logic (and improved the exclusion filter logic)
Overview
Support exclude file filter in user search queries
Details
Example
journal.org
ordiary.org
and not intasks.org
and not inwork.md
Closes #728