daffodil icon indicating copy to clipboard operation
daffodil copied to clipboard

Add search functionality to daff.io

Open xelaint opened this issue 2 years ago • 3 comments

:bulb: Feature request

Feature Name

Search UI

The Desired Behavior

  1. Utilizes the form field component
  2. Needs to have search suggestions
  3. Search page result

Your Use Case

As an enduser, I would like to be able to search for information for the website I'm on.

Prior Work

Environment


Daffodil version: X.Y.Z
Angular version: X.Y.Z 

 
For Tooling issues:
- Node version: XX  
- Platform:  

Others:

xelaint avatar Nov 28 '23 16:11 xelaint

Consider using https://www.algolia.com/

xelaint avatar May 15 '25 15:05 xelaint

@griest024 and I discussed this:

We're going to need to do the following:

  1. [ ] Add the algolia search UI to the daff.io app (#3800)
  2. [ ] Split the build for daff.io to two different environments one for next and one for prod a. Prod configuration uses the search API key 7081354359c48b44cf3182d04081a3df and hits the daff_io index b. Next configuration uses the search API key 7081354359c48b44cf3182d04081a3df and hits the next_daff_io index

damienwebdev avatar Jun 13 '25 18:06 damienwebdev

blocked by #3804

damienwebdev avatar Aug 07 '25 14:08 damienwebdev