-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Query builder: weird trails are added to queries #10264
Copy link
Copy link
Closed
Labels
Description
Search first
- I searched and no similar issues were found
What Happened?
When adding more than one clause a weird trailing sequence is included in the produced query.
Reproduce the Bug
- Type /query
- Press +
- Select Full text search
- Type foo
- Press + again
- Select Full text search again
- Type bar
- Produced query ->
{query (and "foo" "bar")"foo"}}
Expected Behavior
The trailing "foo" shouldn't be there.
Screenshots
No response
Desktop or Mobile Platform Information
macOS 13.2
Logseq 0.9.18
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.
- I'm willing to submit a PR (Thank you!)
Reactions are currently unavailable