Skip to content
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

MAINT: Change the index-uid compactible with search-index #260

Merged
merged 5 commits into from
Jul 27, 2023

Conversation

Revathyvenugopal162
Copy link
Contributor

@Revathyvenugopal162 Revathyvenugopal162 commented Jul 25, 2023

meilisearch will not accept the index having . it will only accept the index with -.

new_search

image

@github-actions github-actions bot added documentation bug Defects or glitches reported by users or developers labels Jul 25, 2023
str
pymeilisearch-compatible version number.
"""
version = get_version_match(semver).replace(".", "-")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean that a version like "v45.12" will render as "v45-12"? Is this imposed by Meilisearch?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it is imposed by meilisearch( taking index with - or _ and no other special characters)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In that case, let's go with the "-" instead of "_".

@Revathyvenugopal162 Revathyvenugopal162 merged commit 6c10338 into main Jul 27, 2023
21 checks passed
@Revathyvenugopal162 Revathyvenugopal162 deleted the fix/change-the-index branch July 27, 2023 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defects or glitches reported by users or developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants