-
Notifications
You must be signed in to change notification settings - Fork 98
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
Migrate docs hosting to Meilisearch subdomain #553
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
@Strift thanks for taking care of this!
I think you just need to update the README to replace the old link and that's it, we're good to go!
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.
bors merge
Build succeeded:
|
557: Update version for the next release (v1.3.0) r=brunoocasali a=meili-bot This version introduces features released on Meilisearch v1.3.0 🎉 Check out the changelog of [Meilisearch v1.3.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.3.0) for more information on the changes.⚠️ If you want to adopt new features of this release, **update the Meilisearch server** to the according version. ## 🚀 Enhancements * Add a base exception interface all exceptions must implement (#534) `@94noni` *⚠️ **EXPERIMENTAL**: `setShowRankingScoreDetails` and `search(['showRankingScoreDetails' => boolean])` to show the scores of each relevant document returned in the search. *⚠️ **EXPERIMENTAL**: `setVector` and `search(['vector' => [...]])` to enable vector search capabilities. * Add `setAttributesToSearchOn` and `search(['attributesToSearchOn' => [...]])` * `index->facetSearch(FacetSearchQuery params)` to search only in facets.⚠️ The EXPERIMENTAL features are not covered by semver. To explicitly opt-in, check this [guide](https://www.meilisearch.com/docs/reference/api/experimental-features). ## 💅 Misc * Migrate docs hosting to Meilisearch subdomain (#553) `@Strift` * Update SDK docs link in README.md (#556) `@Strift` * [DX] Improve quality of Client class & related (#514) `@stloyd` * [DX] Add support for PHPUnit 10.1 (#516) `@stloyd` Thanks again to `@94noni,` `@Strift,` `@alallema,` `@brunoocasali,` `@norkunas` and `@stloyd!` 🎉 Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Pull Request
This PR aims at migrating the generated phpDocumentor docs to
php-sdk-docs.meilisearch.com
instead of Github Pages.(Please ignore the Vercel preview below. It's not relevant anymore.)
What does this PR do?
This PR:
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!