meilisearch-fastapi

Meilisearch integration with FastAPI

MIT License

Downloads
1.5K
Stars
41
Committers
4

Bot releases are hidden (Show)

meilisearch-fastapi - Version 0.4.0

Published by sanders41 over 3 years ago

Added delete-if-exists route to indexes routes

meilisearch-fastapi - Version 0.3.1

Published by sanders41 over 3 years ago

Bumped async-search-client from 0.7.2 to 0.7.3. Version 0.7.3 removes some instances where the main thread was blocked.

meilisearch-fastapi - Version 0.3.0

Published by sanders41 over 3 years ago

Added route to update documents in batches

meilisearch-fastapi - Version 0.2.1

Published by sanders41 over 3 years ago

Bumped async-search-client from 0.7.0 to 0.7.1

meilisearch-fastapi - Version 0.2.0

Published by sanders41 over 3 years ago

Added route to add documents in batches

meilisearch-fastapi - Version 0.1.2

Published by sanders41 over 3 years ago

Bumped async-search-client from 0.6.0 to 0.6.1 for the more flexable handling of iso dates

meilisearch-fastapi - Version 0.1.1

Published by sanders41 over 3 years ago

Changing get_index and get_indexes to use the newly available get_raw_index and get_raw_indexes methods from async-search-client to add efficiency.

meilisearch-fastapi - Version 0.1.0-1

Published by sanders41 over 3 years ago

Fixed issue in the README

meilisearch-fastapi - Version 0.1.0

Published by sanders41 over 3 years ago

Initial release