-
Notifications
You must be signed in to change notification settings - Fork 376
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: Implement Query lang #606
base: main
Are you sure you want to change the base?
Conversation
NOT operator also seems to not work ( |
TODO: port |
4d1f5f7
to
1f6b437
Compare
54c8c73
to
88b0200
Compare
NOT is now implemented |
|
||
def visit_not(self, node: Not) -> ColumnExpressionArgument: | ||
return ~Entry.id.in_( | ||
# TODO TSQLANG there is technically code duplication from Library.search_library here |
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.
Not really sure on whether / how I should deal with this duplication, opinions would be appreciated
…ll as replacement
b5eb322
to
83e156f
Compare
2600bff
to
a784fe6
Compare
f4a46ba
to
6fb1d4b
Compare
Implements #600
Current supported Grammar:
Notes:
path:<glob>
searches entries using a UNIX-Style GLOBspecial:untagged
searches for entries that don't have any tags