Skip to content

adding typesense and instantsearch#333

Open
alfredoloce wants to merge 2 commits into
mainfrom
feat/318/improving-searching-field
Open

adding typesense and instantsearch#333
alfredoloce wants to merge 2 commits into
mainfrom
feat/318/improving-searching-field

Conversation

@alfredoloce

Copy link
Copy Markdown
Collaborator

What does this PR do?

--Add Typensense
--Add Instatnsearch for improbing searching
--Modifications on the header

Where should the reviewer start?

on the root folder:
--projects_index.tsx
--intershipProjects_index.tsx

new typsense folder

How should this be manually tested?

to test it locally you have to follow this:

  1. install docker if you dont have it

  2. add this to your .env:

TYPESENSE_HOST=localhost
TYPESENSE_PORT=8108
TYPESENSE_PROTOCOL=http
TYPESENSE_API_KEY=123
TYPESENSE_ADMIN_API_KEY=123
REACT_APP_TYPESENSE_SEARCH_ONLY_API_KEY=123
REACT_APP_TYPESENSE_HOST=localhost
REACT_APP_TYPESENSE_PORT=8108
REACT_APP_TYPESENSE_PROTOCOL=http
  1. start the server with the command:
    npm run startypesense
    and check on your docker if the image is done, then you will have to start it

  2. fill the server with your database using:
    npm run populate

Any background context you want to provide?

What are the relevant tickets?

Screenshots

Questions

Checklist

  • I added the necessary documentation, if appropriate.
  • I added tests to prove that my fix is effective or my feature works.
  • I reviewed existing Pull Requests before submitting mine.

@alfredoloce
alfredoloce requested a review from jackbravo May 13, 2024 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant