Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Firecms] Add support for typesense search #493

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

yash1200
Copy link

This PR adds supports for typesense search and also add yarn.lock file to gitignore.

lib/.gitignore Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depending on how Camberi are deploying and what their CI/CD looks like, yarn.lock might actually need to be committed to the repo so I'm not sure that this change will be accepted if you mess with that 🤔

@fgatti675

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is correct, yarn.lock should not be excluded from Git

@@ -75,7 +75,8 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router": "^6.2.0",
"react-router-dom": "^6.2.0"
"react-router-dom": "^6.2.0",
"typesense": "1.5.3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move this dependency to peer dependencies?
So that only users who want to use it can pull it in.
Thanks!

@mvarchdev
Copy link
Contributor

@yash1200 Hello! Is this ready to merge?

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.

None yet

4 participants