renative icon indicating copy to clipboard operation
renative copied to clipboard

Implement docs search functionality

Open mihaiblaga89 opened this issue 1 year ago • 2 comments

  • [x] create algolia free account
  • [x] implement algolia api into docs

Deployed for testing:

  • https://renative-docs-testing-git-feat-addsearch-flexn-io.vercel.app/

mihaiblaga89 avatar Dec 06 '23 08:12 mihaiblaga89

@mihaiblaga89 @Marius456 how should this be tested?

GabrieleKaceviciute avatar Jan 05 '24 14:01 GabrieleKaceviciute

I don't think search works as expected:

  1. All results seem to be bundled into one pressable component Screenshot 2024-01-08 at 13 37 28

  2. When user enters something, found text is highlighed and there is also space added which looks weird (maybe expected?) Screenshot 2024-01-08 at 13 38 48

  3. Space seems to work as "OR" operand, by default all search engines treat it as "AND", atleast that is what I noticed

Also after clicking on results https://renative.org/ url opens, probably expected as this is testing environment

pauliusguzas avatar Jan 08 '24 11:01 pauliusguzas