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

Search blog posts #78

Open
jherrlin opened this issue Sep 26, 2015 · 5 comments
Open

Search blog posts #78

jherrlin opened this issue Sep 26, 2015 · 5 comments
Labels

Comments

@jherrlin
Copy link

Search for something within the blog

@jherrlin jherrlin changed the title Search blog post Search blog posts Sep 26, 2015
@ameistad ameistad added the blog label Sep 26, 2015
@Heasummn
Copy link
Contributor

We have the Tags, I'll try to add a Tag search, but an exact search has too many things behind it.

@jherrlin
Copy link
Author

I don't mean a haystack or similar solution, I was thinking of something more simple. With Django's Q I think we can do it with one or max 2 small views.

@coolharsh55
Copy link
Contributor

Doing a full text search with django + database by itself would be very inefficient. This requires a dedicated search engine such as Solr. I like @Heasummn 's suggestion to keep the search limited to tags. Or for the time being, keep the search fields limited to the Post.title

@nitinpaultifr
Copy link

Is using something like Haystack too inefficient? Or slow?

@coolharsh55
Copy link
Contributor

@npaul2811 using Haystack is a good solution. Using Django queries would be inefficient and slow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants