devfaq
devfaq copied to clipboard
[Idea] Search
Feature
Feature: Search engine
Given I'm a User
When I open the app
Then I want to be able to search for questions by their content
Questions
- [ ] Should it search only in current technologies or all of them?
- [ ] Should we use Algolia or implement it using PostgreSQL features?
- I can see two options here
- search in current technology, then on the bottom there should be a "questions from other categories" box.
- or, given I selected the "JS" category, there should be two buttons: "Search in JS" and "Search in all" (reddit does this)
- Algoria seems like less hassle, they also have non-profit licenses - I'd give it a go