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

Add full text search #1594

Merged
merged 12 commits into from
Mar 12, 2024
Merged

Add full text search #1594

merged 12 commits into from
Mar 12, 2024

Conversation

rolandgeider
Copy link
Member

Adds a simple trigram search for exercise and ingredient names (only postgres)

@rolandgeider rolandgeider linked an issue Mar 2, 2024 that may be closed by this pull request
# Conflicts:
#	wger/exercises/api/views.py
#	wger/exercises/tests/test_deletion_log.py
#	wger/nutrition/api/views.py
#	wger/nutrition/models/ingredient.py
The ID could have been changed in a local instance
@rolandgeider rolandgeider merged commit f9abd9d into master Mar 12, 2024
8 checks passed
@rolandgeider rolandgeider deleted the feature/pg-fulltext-search branch March 12, 2024 13:48
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.

Use postgres' full text search
1 participant