Skip to content

Conversation

@curquiza
Copy link
Member

@curquiza curquiza commented Jun 10, 2020

Related to this comment.

Before:

client.create_index(uid='books')
client.create_index(uid='books', primary_key='book_id')

After:

client.create_index(uid='books')
client.create_index(uid='books', options={'primaryKey': 'book_id'})

curquiza and others added 2 commits June 12, 2020 09:29
@curquiza curquiza requested a review from bidoubiwa June 12, 2020 07:29
@curquiza curquiza merged commit 760c6c6 into bump-meilisearch-v0.11 Jun 15, 2020
@curquiza curquiza deleted the change-create-index-method branch June 15, 2020 09:07
curquiza added a commit that referenced this pull request Jun 15, 2020
* Upd version

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

* Remane apikey into api_key (#93)

* Implement faceting in search (#94)

* Implement faceting in search

* Upd test

* Clear all indexes before starting tests in a certain context (#95)

* Clear all indexes before starting tests in a certain context

* Update meilisearch/tests/__init__.py

Co-authored-by: Samuel Jimenez <[email protected]>

Co-authored-by: Samuel Jimenez <[email protected]>

* Upd version

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

* Remane apikey into api_key (#93)

* Implement faceting in search (#94)

* Implement faceting in search

* Upd test

* Fix parameter default value (#97)

* Add test with multiple facetFilters (#98)

* Change create_index prototype (#99)

* Change create_index prototype

* Update meilisearch/client.py

Co-authored-by: cvermand <[email protected]>

* Update meilisearch/index.py

Co-authored-by: cvermand <[email protected]>

Co-authored-by: cvermand <[email protected]>

Co-authored-by: Samuel Jimenez <[email protected]>
Co-authored-by: cvermand <[email protected]>
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.

3 participants