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

Search keywords in database to support some basic functions like exact word matching, ignoring words, etc. #12971

Open
FancyBEAST opened this issue Oct 29, 2024 · 0 comments

Comments

@FancyBEAST
Copy link

In what scenarios do you need this feature?

When searching for keyword "format" in the database the results show all rows that has the word "format" but it also shows rows with "information" as keyword. Some form of control like using quotations to only match that word would be helpful

Describe the optimal solution

Implementing the default search of siyuan which in my opinion is the best with SQL, Regex, Query Syntax etc. (Thank you for making such an amazing app)

Describe the candidate solution

Implementing simple functions like exact word matching, ignoring certain words etc to the database search

Other information

All other search functions like backlink filter, mentions filter, tag filter in future (#11039) , etc. can also enjoy benefits from the above

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

No branches or pull requests

1 participant