You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
871: Support text separator customization r=sanders41 a=ellnix
# Pull Request
## Related issue
Fixes#852
## PR checklist
Please check if your PR fulfills the following requirements:
- [X] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [X] Have you read the contributing guidelines?
- [X] Have you made sure that the title is accurate and descriptive of the changes?
Co-authored-by: ellnix <[email protected]>
"""Get the additional text separator tokens set on this index.
1644
+
1645
+
Returns
1646
+
-------
1647
+
settings:
1648
+
List containing the separator tokens of the index.
1649
+
1650
+
Raises
1651
+
------
1652
+
MeilisearchApiError
1653
+
An error containing details about why Meilisearch can't process your request. Meilisearch error codes are described here: https://www.meilisearch.com/docs/reference/errors/error_codes#meilisearch-errors
"""Get the list of disabled text separator tokens on this index.
1659
+
1660
+
Returns
1661
+
-------
1662
+
settings:
1663
+
List containing the disabled separator tokens of the index.
1664
+
1665
+
Raises
1666
+
------
1667
+
MeilisearchApiError
1668
+
An error containing details about why Meilisearch can't process your request. Meilisearch error codes are described here: https://www.meilisearch.com/docs/reference/errors/error_codes#meilisearch-errors
An error containing details about why Meilisearch can't process your request. Meilisearch error codes are described here: https://www.meilisearch.com/docs/reference/errors/error_codes#meilisearch-errors
An error containing details about why Meilisearch can't process your request. Meilisearch error codes are described here: https://www.meilisearch.com/docs/reference/errors/error_codes#meilisearch-errors
An error containing details about why Meilisearch can't process your request. Meilisearch error codes are described here: https://www.meilisearch.com/docs/reference/errors/error_codes#meilisearch-errors
An error containing details about why Meilisearch can't process your request. Meilisearch error codes are described here: https://www.meilisearch.com/docs/reference/errors/error_codes#meilisearch-errors
0 commit comments