-
Notifications
You must be signed in to change notification settings - Fork 90
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
Added an example using actix-web, async_graphql and diesel #538
Conversation
Comments depicting what the code does
changes from main
@curquiza can you take a look |
Hey, thanks, codewise the example is impressive. That’s awesome; I’m not familiar myself with But when I tried to
Any idea why that would be the format? |
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.
Oh, and also, could you rename your Readme.md
into README.md
.
Yes. |
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.
Ah yes perfect I see you updated the README as well thanks a lot!
bors merge
Build succeeded:
|
545: Update version for the next release (v0.25.0) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-rust to a new version: "v0.25.0" --- Part of the work of #544 --- This version introduces features released on Meilisearch v1.7.0 🎉 Check out the changelog of [Meilisearch v1.7.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0) for more information on the changes. ##⚠️ Breaking changes * `scoreDetails` feature is not experimental anymore. You can directly use `showRankingScoreDetails` during a search without activating the experimental feature 🎉 ## 🚀 Enhancements * Add proximity precision to settings (#548) cyprx ## ⚙️ Maintenance/misc * Fix clippy (#546) curquiza * Update dependencies (#542) omid * Add an example using actix-web, async_graphql and diesel (#538) korir248 Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com> Co-authored-by: Clémentine U. - curqui <clementine@meilisearch.com>
545: Update version for the next release (v0.25.0) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-rust to a new version: "v0.25.0" --- Part of the work of #544 --- This version introduces features released on Meilisearch v1.7.0 🎉 Check out the changelog of [Meilisearch v1.7.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0) for more information on the changes. ##⚠️ Breaking changes * `scoreDetails` feature is not experimental anymore. You can directly use `showRankingScoreDetails` during a search without activating the experimental feature 🎉 ## 🚀 Enhancements * Add proximity precision to settings (#548) cyprx ## ⚙️ Maintenance/misc * Fix clippy (#546) curquiza * Update dependencies (#542) omid * Add an example using actix-web, async_graphql and diesel (#538) korir248 Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com> Co-authored-by: Clémentine U. - curqui <clementine@meilisearch.com>
Pull Request
Related issue
Fixes #247
What does this PR do?
actix-web
andasync_graphql
to query records in apostgres
databasePR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!