feature request: knowledge search #9
Comments
devenbhooshan
changed the title from
feature request: search to feature request: knowledge search
Jan 15, 2017
|
Yes. I have it on the roadmap. Looking for the best way to implement it. |
|
@devenbhooshan If you have any suggestions on building it, please enlighten |
devenbhooshan
commented
Jan 15, 2017
|
Clientside you can use typehead and for backend there are many gems. |
Rushmead
commented
Jan 15, 2017
|
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 :) |
|
Just pushed to |
swege
commented
Jan 29, 2017
|
Thanks! It works when I search for the title of an article, but the article body seems not to be indexed. |
nshntarora
added the
feature-request
label
Feb 6, 2017
|
Thanks. Made the necessary changes. The body is also searched now |
devenbhooshan commentedJan 15, 2017
It would be good if the knowledge is searchable.