-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Comments on "Implementing faceted search with Django and PostgreSQL" #1
Comments
Hi Simon, and thank you for sharing your article. We used the postgresql's full-text search module in django for some projects at work and I think that striping html tags from your Entry's body is not necessary. I tried to apply PostgreSQL 9.6 Schema Setup: Query 1:
Query 2:
|
You're absolutely right! Thanks, that's really interesting. I'll update the entry to reflect this. |
Added this to the post:
I'm leaving the regexp_replace stuff in there though as it's a nice demonstration of how to run regular expressions inside of PostgreSQL, even though they aren't actually needed here. |
Thank you for mentioning me. I think you have done well to leave the regexp_replace stuff, because it is very interesting. I think I will use some of the ideas contained in your article in my upcoming talk about full-text search in django with postgresql, obviously quoting you. |
Comments on https://simonwillison.net/2017/Oct/5/django-postgresql-faceted-search/
The text was updated successfully, but these errors were encountered: