devfaq icon indicating copy to clipboard operation
devfaq copied to clipboard

[Idea] Search

Open typeofweb opened this issue 4 years ago • 1 comments

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?

typeofweb avatar Jun 11 '20 15:06 typeofweb

  1. 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)
  2. Algoria seems like less hassle, they also have non-profit licenses - I'd give it a go

kbkk avatar Jun 14 '20 11:06 kbkk