-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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 engine improvements #1877
Comments
especially boolean tags yes? search: tag:linux and tag:osx |
I don't think boolean queries are still a thing in search engines. Rather, results are sorted by relevance - those that contain both terms come first. Those that contain only some of them come next, or are not included in the results at all. |
i created #293 about that ;) |
"Search in all notes" ideally would move to the next matching occurrence of the search string as the key "return" or "Enter" is pressed and released; placing the next found highlighted sting in the middle of the displayed text. |
I think it would be better to do a search as follows:
P.S. Thanks for the app! It is most suitable for programming tasks and storing snippets. |
Searching notes by tags and tags combination is really cool feature to have |
I find myself often wanting to use leading wildcard searches. I understand that they can slow searches, so I vow to at least make it optional. I've read the issue on this topic #1288, but I think it deserves another thought when the system is improved. There are people thinking about it. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions. |
I think this issue should be kept active. |
I don't know if boolean queries are still "a thing" but it's certainly possible in sqlite or any other sql engine. And the ability to filter by multiple tags is pretty ubiquitous. Whatever you call it, the functionality to "show me all notes with both tagA and tagB" is a much needed feature. And a related feature request in the desktop ui is to be able to SEE the tags for current note without having to click the tags icon. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions. |
I think this issue should be kept active. |
I frequently find myself wanting to search within a particular notebook (say, documentation for a particular model of widget), and the inclusion of results from other notebooks is something I'd like to turn off. |
@heurihermilab https://discourse.joplinapp.org/t/search-syntax-documentation/9110 This will soon be possible. |
This issue is to list the features that need to be improved on the search engine.
Remove the need for wildcard queries - for example instead of typing "search*", it will be possible to simply type "search" and results that contain "search" or "searching" will be included. Those that contain the exact match will come first.
Search within certain tags (eg. "tag:software search" to search within the notes tagged with "software" and that contain the word "search").
Improve relevance algorithm (give a weight to certain criteria, and allow adding new criteria more easily)
Allow fuzzy search (for example return results that contain "saerch" for the query "search")
The text was updated successfully, but these errors were encountered: