-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add Search with elasticsearch and facets #57
base: main
Are you sure you want to change the base?
Conversation
# Allow unfree packages | ||
_module.args.pkgs = import inputs.nixpkgs { | ||
inherit system; | ||
config.allowUnfree = true; | ||
}; |
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.
That's how Claude AI told me to do it
Update: We are now able to index the For now, we can see the results in http://localhost:9200/news/_search?pretty |
To test:
|
Took me more time than I'm willing to admit, but I was able to get the News ID from Elastic 😅 ihp-cms-starter/Application/Helper/Elasticsearch.hs Lines 56 to 67 in 36ea162
|
#50