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

Add missing $ to documentation code sample #633

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

guimachiavelli
Copy link
Member

@guimachiavelli guimachiavelli commented Apr 8, 2024

Related issue

Fixes issue first reported on the documentation repo.

What does this PR do?

Add missing $ to documentation code sample

Add missing `$` to documentation code sample
@norkunas
Copy link
Collaborator

norkunas commented Apr 8, 2024

bors merge

Copy link
Contributor

meili-bors bot commented Apr 8, 2024

@meili-bors meili-bors bot merged commit 97e44f1 into main Apr 8, 2024
10 checks passed
@meili-bors meili-bors bot deleted the guimachiavelli-patch-1 branch April 8, 2024 16:45
@norkunas
Copy link
Collaborator

norkunas commented Apr 8, 2024

Thank you @guimachiavelli

@curquiza curquiza added the documentation Improvements or additions to documentation label May 2, 2024
meili-bors bot added a commit that referenced this pull request May 6, 2024
638: Update version for the next release (v1.8.0) r=curquiza a=meili-bot

_This PR is auto-generated._

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

---

This version introduces features released on Meilisearch v1.8.0 🎉
Check out the changelog of [Meilisearch v1.8.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0) for more information on the changes.

## 🚀 Enhancements

* Add support for the new setting: `searchCutoffMs` (#636) `@/brunoocasali`
```php
$client->index('books')->getSearchCutoffMs();
$client->index('books')->updateSearchCutoffMs(150);
$client->index('books')->resetSearchCutoffMs();
```

* Add `getSemanticHitCount()` method to retrieve how many results were found because of the semantic query. #639 `@brunoocasali` 

## ⚙️ Maintenance/misc

* Add missing $ to documentation code sample (#633) `@/guimachiavelli`

Co-authored-by: meili-bot <[email protected]>
Co-authored-by: Clémentine <[email protected]>
meili-bors bot added a commit that referenced this pull request May 6, 2024
638: Update version for the next release (v1.8.0) r=curquiza a=meili-bot

_This PR is auto-generated._

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

---

This version introduces features released on Meilisearch v1.8.0 🎉
Check out the changelog of [Meilisearch v1.8.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0) for more information on the changes.

## 🚀 Enhancements

* Add support for the new setting: `searchCutoffMs` (#636) `@/brunoocasali`
```php
$client->index('books')->getSearchCutoffMs();
$client->index('books')->updateSearchCutoffMs(150);
$client->index('books')->resetSearchCutoffMs();
```

* Add `getSemanticHitCount()` method to retrieve how many results were found because of the semantic query. #639 `@brunoocasali` 

## ⚙️ Maintenance/misc

* Add missing $ to documentation code sample (#633) `@/guimachiavelli`

Co-authored-by: meili-bot <[email protected]>
Co-authored-by: Clémentine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not valid code example in documentation
3 participants