-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: adds OSS Orama support #39
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
e9964b1
to
7a3674d
Compare
LGTM! |
7a3674d
to
53a204d
Compare
packages/ui-stencil/package.json
Outdated
"@orama/orama": "3.0.0", | ||
"@orama/switch": "3.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"@orama/orama": "3.0.0", | |
"@orama/switch": "3.0.0", | |
"@orama/orama": "^3.0.0", | |
"@orama/switch": "^3.0.0", |
@@ -28,11 +28,6 @@ const demoIndexes: DemoIndexConfig = { | |||
description: 'content', | |||
section: 'category', | |||
}, | |||
highlight: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to remove it. Thanks! You could also use highlightTitle or highlightDescription
Adds OSS Orama Support as option of Client Instance