2
3
Fork
You've already forked cadja
1

a | b | c | d is getting parsed into wrong tree #12

Closed
opened 2024年09月25日 00:02:03 +02:00 by obsoleszenz · 1 comment

The query #totag | tag:<1 | #retag | tag:"http:" is getting turned into
And(Or(#totag, tag:<1), Or(#retag, tag:"http:"))
instead of Or(Or(#totag, tag:<1), Or(#retag, tag:"http:"))

The query `#totag | tag:<1 | #retag | tag:"http:"` is getting turned into `And(Or(#totag, tag:<1), Or(#retag, tag:"http:"))` instead of `Or(Or(#totag, tag:<1), Or(#retag, tag:"http:"))`
Author
Owner
Copy link

Fixed with obsoleszenz/caja#13

Fixed with https://codeberg.org/obsoleszenz/caja/pulls/13
Sign in to join this conversation.
No Branch/Tag specified
main
feat_info_list_tags
fix_more_robust_metadata_reading
fix_failing_query
feat_nix_build
feat_or_sql
feat_query_lang_or_conditions
feat_flake
feat_own_crate_tokenizer
feat_count_tag
feat_key_notation
feat_fast_index
feat_sort
feat_parser_error
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
OpenDJLab/cadja#12
Reference in a new issue
OpenDJLab/cadja
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?