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

feature request: knowledge search #9

Closed
devenbhooshan opened this issue Jan 15, 2017 · 8 comments
Closed

feature request: knowledge search #9

devenbhooshan opened this issue Jan 15, 2017 · 8 comments

Comments

@devenbhooshan
Copy link

It would be good if the knowledge is searchable.

@devenbhooshan devenbhooshan changed the title feature request: search feature request: knowledge search Jan 15, 2017
@nshntarora
Copy link
Member

Yes. I have it on the roadmap. Looking for the best way to implement it.
It'll be there for sure in the next version 👍

@nshntarora
Copy link
Member

@devenbhooshan If you have any suggestions on building it, please enlighten 😄

@devenbhooshan
Copy link
Author

Clientside you can use typehead and for backend there are many gems.
But it would be good if you can put a conversational agent for knowledge search like https://www.producthunt.com/posts/driftbot
The opportunities are endless 👍

@Rushmead
Copy link

Seeing as your using React, something like this for the client. https://github.com/fmoo/react-typeahead And backend wise it's just a case of having an end point such as /articles/search/:query and then have it search the database for titles that have that query in it. Very simple to implement :)

@nshntarora
Copy link
Member

Knowledge Search

@nshntarora
Copy link
Member

Just pushed to knowledge-search branch. Please pull and try it out.
Will be merging into master in a few days.

@soerface
Copy link

Thanks! It works when I search for the title of an article, but the article body seems not to be indexed.

@nshntarora
Copy link
Member

Thanks. Made the necessary changes. The body is also searched now 😄

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

4 participants