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

Full text search for the frontend. #16

Closed
bobdenotter opened this issue Oct 4, 2012 · 9 comments
Closed

Full text search for the frontend. #16

bobdenotter opened this issue Oct 4, 2012 · 9 comments
Assignees
Milestone

Comments

@bobdenotter
Copy link
Member

It should be possible to use full text search on the frontend of the website.
In my opinion, it should be a text-input + button (coming from a template, like _sub_searchbox.twig or something similar, so it can be easily overridden).
It should search through all available contenttypes and return those records that are published. The results should be displayed, also using either a default template, or a template that is overridden in the theme or by the user.

Searching itself should be implemented in such a way that it will work, regardless of the chosen Database-type. If i'm correct, that means we can't just use Full-text search, because MySQL's InnoDB doesn't support it.
(which, imho, is really stupid, more info )

@pvankouteren
Copy link
Contributor

Please elaborate so people can help. You mean a search bar which can be used to search through all content types?

@bobdenotter
Copy link
Member Author

Information added in original description.

@pvankouteren
Copy link
Contributor

Looking into this one asap!

@bobdenotter
Copy link
Member Author

Cool! Might as well assign it to yourself, then. ;-)

(i've been off the radar for a couple of days, by the way. Had a bit of the flu. #sneeze #cough )

@pvankouteren
Copy link
Contributor

I've been quite busy myself as well and I don't know how much time I'll be having in the next week, so I didn't want to create expectations ;-)

@ghost ghost assigned pvankouteren Nov 25, 2012
@pvankouteren
Copy link
Contributor

Made some progress. Will try to add it in the next couple of days.

@pvankouteren
Copy link
Contributor

@bobdenotter please check your main on this one, I'd love to progress on this one!

@bobdenotter
Copy link
Member Author

Sorry, busy, busy, busy.. Writing a reply right now! :-)

@pvankouteren pvankouteren mentioned this issue Dec 6, 2012
@pvankouteren
Copy link
Contributor

Fixed by PR #53

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

No branches or pull requests

2 participants