-
Notifications
You must be signed in to change notification settings - Fork 33
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
Switch to Pg_Search #663
Comments
Vorgehen:
The pg_search gem adds features to ActiveRecord models, allowing you to define full-text search scopes and perform searches against the database. It leverages PostgreSQL's powerful full-text search functionality, which includes support for stemming, ranking, and advanced search operators.
Die Search Scope Option lässt dich über ein Model spezifischer suchen, die Multisearch Option lässt uns über alle Models ein Textattribut suchen. => Da wir im Cryptopus ein Suchfeld haben, welches über alle Teams etwas sucht, denke ich das die |
Stand des Tickets:
Todo
|
Strategie 21.07.2023
|
Update zum Ticket:
TODO:
|
Because we use now PostgreSQL as db in production, we want to switch from plain sql search to pg_search
https://codimd.puzzle.ch/qKQ9PTSaT5il9pQeq0oVdQ?view#Pg_Search
This has already been implemented by unibe students: #613
ToDo
Änderung!
Branch #613 soll als Vorbild genommen werden, pg_search wird aber neu implementiert => auf mergen verzichten.
The text was updated successfully, but these errors were encountered: