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

Update version for the next release (v1.10.0) #668

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

meili-bot
Copy link
Contributor

@meili-bot meili-bot commented Aug 20, 2024

This PR is auto-generated.

The automated script updates the version of meilisearch-php to a new version: "v1.10.0"

CHANGELOGS 👇

This version introduces features released on Meilisearch v1.10.0 🎉
Check out the changelog of Meilisearch v1.10.0 for more information on the changes.

🚀 Enhancements

$client->index('INDEX_NAME')->updateLocalizedAttributes([
    'locales' => ['jpn'],
    'attributePatterns' => ['*_ja']
]);
$client->index('INDEX_NAME')->search('進撃の巨人', [
    'locales' => ['jpn']
]);
$client->multiSearch([
      (new SearchQuery())
        ->setIndexUid('movies'))
        ->setQuery('batman')
        ->setLimit(5),
      (new SearchQuery())
        ->setIndexUid('comics')
        ->setQuery('batman')
        ->setLimit(5),
    ],
    (new MultiSearchFederation())
  );
 $function = '
            if doc.id % context.modulo == 0 {
                doc.title = `kefir would read ${doc.title}`;
            };
            doc.remove("comment");
            doc.remove("genre");
';
$client-> index->updateDocumentsByFunction($function, ['context' => ['modulo' => 3]]);

⚙️ Maintenance/misc

@meili-bot meili-bot added the skip-changelog The PR will not appear in the release changelogs label Aug 20, 2024
@curquiza curquiza marked this pull request as draft August 20, 2024 20:59
Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

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

bors merge

@brunoocasali brunoocasali marked this pull request as ready for review August 26, 2024 23:09
@meili-bors meili-bors bot merged commit 110be45 into main Aug 26, 2024
28 checks passed
@meili-bors meili-bors bot deleted the meili-bot/bump-version branch August 26, 2024 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants