This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Misc — Add examples components for each summarized task type #170
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gmourier
added
Not A Spec
This PR is not a feature specification
OpenAPI
Update OpenAPI specification.
Q3:2022
Catch-Up
The PR describes already implemented behaviors.
v0.29
labels
Aug 17, 2022
🚨 Breaking API change detected: Modified (32)
|
gmourier
force-pushed
the
misc-add-missing-202-responses
branch
from
August 17, 2022 14:09
2673ffd
to
bd6a387
Compare
gmourier
force-pushed
the
misc-add-missing-202-responses
branch
from
August 17, 2022 14:14
bd6a387
to
871e3b1
Compare
gmourier
added a commit
that referenced
this pull request
Oct 3, 2022
gmourier
added a commit
that referenced
this pull request
Oct 3, 2022
* Bump openapi spec version to v0.29 * Update 0001-script-based-tokenizer.md (#159) Change tokenizer specs to better fit Charabia implementation * Update the geosearch error (#161) Implemented in meilisearch/milli#561 * Auto-batching - Enable feature by default and remove unwanted options (#162) * Update specs according to new auto-batching behavior * update batchUid to make it internal and hidden from a task resource representation * Remove the batchUid mentions from the task API * Update open-api.yaml Co-authored-by: Guillaume Mourier <[email protected]> * update future possibilities Co-authored-by: Guillaume Mourier <[email protected]> * Search API — Filters - Introduce IN and EXISTS and describe filter capabilities in more precisely (#163) * Write a specification for the new (and old) search filters EXISTS IN NOT (new behaviour) != (new behaviour) * Apply suggestions from code review Co-authored-by: Tamo <[email protected]> Co-authored-by: Guillaume Mourier <[email protected]> Co-authored-by: Tamo <[email protected]> Co-authored-by: Guillaume Mourier <[email protected]> * Add missing settings object in the task details field of a settingsUpdate task type (#164) * Remove `name` from indexes resource definition (#165) * Misc — Soft deleted documents (Performance optimization) (#168) * create a spec for the soft deleted documents * Rename spec file, minor adjustements * Replace You and We by A user and Meilisearch Co-authored-by: Guillaume Mourier <[email protected]> * Add Stats Seen event (#169) * Add examples component for each summarized task type (#170) * Version API — Catch up (#171) * Add version-api.md * Add PR number as a spec file prefix * Add health-api.md (#172) * Search API — Add `matchingStrategy` parameter with `last` / `all` strategies (#173) * Introduce a proposal to boot the specification * Update telemetry * Replace wordMatchingStrategy by matchingStrategy * fix missing backtick md Co-authored-by: Many the fish <[email protected]> Co-authored-by: Tamo <[email protected]> Co-authored-by: Clémentine Urquizar - curqui <[email protected]> Co-authored-by: Loïc Lecrenier <[email protected]> Co-authored-by: cvermand <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Catch-Up
The PR describes already implemented behaviors.
Not A Spec
This PR is not a feature specification
OpenAPI
Update OpenAPI specification.
Q3:2022
v0.29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 API Diff
Summary
Add examples components for each summarized task type to make it more precise for the reader and up-to-date with the past changes.
Related to: #141
Changes
n/a
Out Of Scope
n/a
Attention To Reviewers
n/a
Misc