Skip to content
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

Hand written parser for search queries #19

Merged
merged 1 commit into from
Jan 21, 2021
Merged

Hand written parser for search queries #19

merged 1 commit into from
Jan 21, 2021

Conversation

rubiojr
Copy link
Contributor

@rubiojr rubiojr commented Jan 18, 2021

The parser handles Swamp specific queries like type:audio, updated:today, etc
before sending the query string to Bluge.

See https://github.com/swampapp/swamp/blob/master/docs/queries.md

Replaces the exising PoC code to handle Swamp specific queries with a
custom, hand-written parser.

The parser handles Swamp specific queries like type:audio,
updated:today, etc before sending the query string to Bluge.

See https://github.com/swampapp/swamp/blob/f4116ccf021a5656e63b06667989bf0a9e5f4def/docs/queries.md

Replaces the exising PoC code to handle Swamp specific queries with a
custom, hand-written parser.
@rubiojr rubiojr linked an issue Jan 18, 2021 that may be closed by this pull request
@rubiojr rubiojr merged commit dd08923 into master Jan 21, 2021
@rubiojr rubiojr deleted the queryparser branch January 21, 2021 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor the queries package
1 participant