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

Update blog query:: allow Boolean operators #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

this-pama
Copy link
Contributor

The main purpose of this PR is to enable users to search for multiple blog search phrases and utilize Boolean operators similar to pad/template searches.

  • Utilize the helper function parsers.regexQuery to format boolean operator searches.

  • Retrieve sentences that match the user's search from the blog record. If no search query is provided, return the first two sentences.

@this-pama this-pama changed the title Update blog query allow Boolean operators and multiple word search Update blog query:: allow Boolean operators and multiple word search Oct 12, 2023
@this-pama this-pama changed the title Update blog query:: allow Boolean operators and multiple word search Update blog query:: allow Boolean operators Oct 12, 2023
@JosuaKrause
Copy link
Contributor

use window instead of sentences to show results

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.

2 participants