This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Search API (#118) * Add specification the search API endpoints * Add errors * Add a future possibility about error code * Replace spec id * Fix typo * Harmonize sentences * Apply suggestions from code review Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com> * Fix type definition by http verb for filter parameter * fix typos Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com> * Handle empty cell as `null` value for CSV format (#110) * Add null value part and example * Update text/0028-indexing-csv.md Co-authored-by: Clément Renault <clement@meilisearch.com> * Replace MeiliSearch by Meilisearch Co-authored-by: Clément Renault <clement@meilisearch.com> * Dumps (#105) * Init dumps specification * Apply suggestions from code review Co-authored-by: Tamo <tamo@meilisearch.com> * Describe CLI flags and error messages * Apply suggestions from code review Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com> * remove wrong statement * Add dump creation as a task into future possibilities section * Rename spec file and mentions technical aspects Co-authored-by: Tamo <tamo@meilisearch.com> Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com> * Remove the error on put/post documents when sending paylaod with 0 document object (#98) * Add CLI flag/option to telemetry specification (#107) * Add CLI analytics * Add log_level * use snake case * Add backticks on examples * Apply suggestions from code review Co-authored-by: Tommy <68053732+dichotommy@users.noreply.github.com> * Fix debounce-duration-sec parameter name Co-authored-by: Tommy <68053732+dichotommy@users.noreply.github.com> * Keys API - Update the error message for `expiresAt` (#114) * update the wrong date message * Change ISO-8601 by RFC 3339 * Update errors: backticks, example error message and placeholder var Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com> * Dump support (#122) * Add dump version support * Fix titles numerotation, clear API endpoints definition, apply curquiza suggestion to gain one title level * Update text/0105-dumps-api.md Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com> Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com> * Tenant Token (#89) * init specification * update filename * update typo * rephrase motivation * rename master occurences by main * replace mention of main by master * Update text/0089-scoped-api-keys.md Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com> * replace client code by frontend or backend * Update text/0089-scoped-api-keys.md Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com> * Update text/0089-scoped-api-keys.md Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com> * Update text/0089-scoped-api-keys.md Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com> * update javascript code sample for generateScopedApiKey method * Rename Scoped API Key to Tenant Token * Apply suggestions from code review Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com> * precise message from reviews * Add JWT part * Rename specification file * Update specification texts * Add examples for indexesPolicy * Update indexesPolicy examples texts * Update indexesPolicy examples texts * Update indexesPolicy examples texts * Add a multi-tenant definition and tenant examples for MeiliSearch * Update text/0089-tenant-tokens.md Co-authored-by: Tommy <68053732+dichotommy@users.noreply.github.com> * Update text/0089-tenant-tokens.md Co-authored-by: Tommy <68053732+dichotommy@users.noreply.github.com> * Add array format for indexesPolicy and rename iss to apiKeyPrefix * update indexesPolicy formats example * rename indexesPolicy to searchRules and add supported JWT signatures * Rephrase searchRules explanations * Update text/0089-tenant-tokens.md Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com> * Update text/0089-tenant-tokens.md Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com> * Update text/0089-tenant-tokens.md Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com> * Rephrase explanations from suggestions * Update scheme * Update text/0089-tenant-tokens.md Co-authored-by: Many <legendre.maxime.isn@gmail.com> * Mention tenant token revoking * Add precision on SDKs and Meilisearch role for Tenant Token * Apply suggestions from code review Co-authored-by: Bruno Casali <brunoocasali@gmail.com> Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com> * Add Future Possibilities on tenant token formatting error * Replace MeiliSearch by Meilisearch, fix typos, rephrase sentences and reorganize sections Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com> Co-authored-by: Tommy <68053732+dichotommy@users.noreply.github.com> Co-authored-by: Many <legendre.maxime.isn@gmail.com> Co-authored-by: Bruno Casali <brunoocasali@gmail.com> * Auto-Batching (#96) * init auto-batching specification * replace file name * Add content and explanations * fix typo * change wording * Update auto-batching * Mention batchUid identifier * Update spec titles numerotation * Separate consecutive tasks type * Add a simple schema to represent the batchUid and tasks picking * Apply suggestions from code review Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com> * Update auto-batching spec with CLI flags explanations * Modify Task API resource to display the batchUid * Add the batchUid field to the Task API object description * Fix parameter name * Replaces MeiliSearch by Meilisearch, fix typos, rephrase sentences and reorganize section * Rename --enable-autbatching to --enable-auto-batching * Update text/0096-auto-batching.md Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com> * Update text/0096-auto-batching.md Co-authored-by: ad hoc <postma.marin@protonmail.com> * Add precisions * Rephrase debounce-duration-sec option * Apply suggestions from code review Co-authored-by: ad hoc <postma.marin@protonmail.com> * Apply suggestions from code review Co-authored-by: Tamo <irevoire@protonmail.ch> Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com> Co-authored-by: ad hoc <postma.marin@protonmail.com> Co-authored-by: Tamo <irevoire@protonmail.ch> * Bump OAS to v0.26.0 Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com> Co-authored-by: Clément Renault <clement@meilisearch.com> Co-authored-by: Tamo <tamo@meilisearch.com> Co-authored-by: Tommy <68053732+dichotommy@users.noreply.github.com> Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com> Co-authored-by: Many <legendre.maxime.isn@gmail.com> Co-authored-by: Bruno Casali <brunoocasali@gmail.com> Co-authored-by: ad hoc <postma.marin@protonmail.com> Co-authored-by: Tamo <irevoire@protonmail.ch>
- Loading branch information