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

Change create_index prototype #39

Merged
merged 1 commit into from
Jun 12, 2020

Conversation

curquiza
Copy link
Member

@curquiza curquiza commented Jun 10, 2020

Related to this comment.

Before:

$client->createIndex('indexUID')
$client->createIndex(['uid' => 'indexUID', 'primaryKey' => 'book_id'])

After:

$client->createIndex('indexUID')
$client->createIndex('indexUID', ['primaryKey' => 'book_id'])

Copy link
Member

@eskombro eskombro left a comment

Choose a reason for hiding this comment

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

Thanks for your PR! 🎉

@curquiza curquiza merged commit aeab06a into bump-meilisearch-v0.11 Jun 12, 2020
@curquiza curquiza deleted the change-create-index-method branch June 12, 2020 07:33
curquiza added a commit that referenced this pull request Jun 15, 2020
* Upd version

* Add method to use faceting sub routes (#36)

* Implement faceting in search (#37)

* Change create_index prototype (#39)

* Add test with multiple facetFilters (#38)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants