[Natural Search] Write a basic query compiler #70526
Labels
No Label
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from Developers
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-open-data#70526
Loading…
Reference in New Issue
Block a user
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?
We need to be able to compile strings of the form
(UnqoutedString | QuotedString ).separatedBy(And | Or)
to SQL Expressions and inject them into a SQL query with a fixed structure.Added subscriber: @SemMulder
Added subscriber: @StephenSwaney
Changed status from 'Open' to: 'Archived'
This comment was removed by @StephenSwaney
Added subscriber: @brecht
Changed status from 'Archived' to: 'Open'
Removed subscribers: @brecht, @StephenSwaney
Changed status from 'Open' to: 'Resolved'
This is done in
features/new_website
.