|
19 | 19 | externalDocs:
|
20 | 20 | description: Find out more
|
21 | 21 | url: https://typesense.org/api/#index-document
|
22 |
| - - name: promote |
23 |
| - description: Promote certain documents over others |
| 22 | + - name: curation |
| 23 | + description: Hand-curate search results based on conditional business rules |
24 | 24 | externalDocs:
|
25 | 25 | description: Find out more
|
26 | 26 | url: https://typesense.org/docs/0.23.0/api/#curation
|
@@ -412,7 +412,7 @@ paths:
|
412 | 412 | get:
|
413 | 413 | tags:
|
414 | 414 | - documents
|
415 |
| - - promote |
| 415 | + - curation |
416 | 416 | summary: List all collection overrides
|
417 | 417 | operationId: getSearchOverrides
|
418 | 418 | parameters:
|
@@ -460,7 +460,7 @@ paths:
|
460 | 460 | put:
|
461 | 461 | tags:
|
462 | 462 | - documents
|
463 |
| - - promote |
| 463 | + - curation |
464 | 464 | summary: Create or update an override to promote certain documents over others
|
465 | 465 | description:
|
466 | 466 | Create or update an override to promote certain documents over others.
|
@@ -502,7 +502,7 @@ paths:
|
502 | 502 | delete:
|
503 | 503 | tags:
|
504 | 504 | - documents
|
505 |
| - - promote |
| 505 | + - curation |
506 | 506 | summary: Delete an override associated with a collection
|
507 | 507 | operationId: deleteSearchOverride
|
508 | 508 | parameters:
|
@@ -842,6 +842,11 @@ paths:
|
842 | 842 | required: true
|
843 | 843 | schema:
|
844 | 844 | type: string
|
| 845 | + - name: dirty_values |
| 846 | + in: query |
| 847 | + description: Dealing with Dirty Data |
| 848 | + schema: |
| 849 | + $ref: "#/components/schemas/DirtyValues" |
845 | 850 | requestBody:
|
846 | 851 | description: The document object with fields to be updated
|
847 | 852 | content:
|
@@ -1784,12 +1789,12 @@ components:
|
1784 | 1789 | maxLength: 1
|
1785 | 1790 | default: []
|
1786 | 1791 | enable_nested_fields:
|
1787 |
| - type: boolean |
1788 |
| - description: |
1789 |
| - Enables experimental support at a collection level for nested object or object array fields. |
1790 |
| - This field is only available if the Typesense server is version `0.24.0.rcn34` or later. |
1791 |
| - default: false |
1792 |
| - example: true |
| 1792 | + type: boolean |
| 1793 | + description: |
| 1794 | + Enables experimental support at a collection level for nested object or object array fields. |
| 1795 | + This field is only available if the Typesense server is version `0.24.0.rcn34` or later. |
| 1796 | + default: false |
| 1797 | + example: true |
1793 | 1798 | symbols_to_index:
|
1794 | 1799 | type: array
|
1795 | 1800 | description: >
|
@@ -1919,6 +1924,8 @@ components:
|
1919 | 1924 | type: string
|
1920 | 1925 | api_key:
|
1921 | 1926 | type: string
|
| 1927 | + url: |
| 1928 | + type: string |
1922 | 1929 | access_token:
|
1923 | 1930 | type: string
|
1924 | 1931 | client_id:
|
@@ -2436,8 +2443,8 @@ components:
|
2436 | 2443 | If infix index is enabled for this field, infix searching can be done on a per-field
|
2437 | 2444 | basis by sending a comma separated string parameter called infix to the search query.
|
2438 | 2445 | This parameter can have 3 values; `off` infix search is disabled, which is default
|
2439 |
| - `always` infix search is performed along with regular search |
2440 |
| - `fallback` infix search is performed if regular search does not produce results |
| 2446 | + `always` infix search is performed along with regular search |
| 2447 | + `fallback` infix search is performed if regular search does not produce results |
2441 | 2448 | type: string
|
2442 | 2449 |
|
2443 | 2450 | max_extra_prefix:
|
@@ -2773,7 +2780,7 @@ components:
|
2773 | 2780 | type: boolean
|
2774 | 2781 | conversation_model_id:
|
2775 | 2782 | description: >
|
2776 |
| - The Id of Conversation Model to be used. |
| 2783 | + The Id of Conversation Model to be used. |
2777 | 2784 | type: string
|
2778 | 2785 | conversation_id:
|
2779 | 2786 | description: >
|
@@ -2821,8 +2828,8 @@ components:
|
2821 | 2828 | If infix index is enabled for this field, infix searching can be done on a per-field
|
2822 | 2829 | basis by sending a comma separated string parameter called infix to the search query.
|
2823 | 2830 | This parameter can have 3 values; `off` infix search is disabled, which is default
|
2824 |
| - `always` infix search is performed along with regular search |
2825 |
| - `fallback` infix search is performed if regular search does not produce results |
| 2831 | + `always` infix search is performed along with regular search |
| 2832 | + `fallback` infix search is performed if regular search does not produce results |
2826 | 2833 | type: string
|
2827 | 2834 |
|
2828 | 2835 | max_extra_prefix:
|
@@ -3143,7 +3150,7 @@ components:
|
3143 | 3150 | type: boolean
|
3144 | 3151 | conversation_model_id:
|
3145 | 3152 | description: >
|
3146 |
| - The Id of Conversation Model to be used. |
| 3153 | + The Id of Conversation Model to be used. |
3147 | 3154 | type: string
|
3148 | 3155 | conversation_id:
|
3149 | 3156 | description: >
|
|
0 commit comments