🔎 Project search now supports full-text search #647
aronmolnar
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The project search now not only searches for titles, tags and members, but also for project contents.
It sounds simple but it was complex due to the database encryption. This prevents searches through the database.
A classic usability/security dilemma, which we resolved with a blind trigram index.
Find more details on the implementation in the insights post in our docs
Beta Was this translation helpful? Give feedback.
All reactions