meilisearch-fastapi icon indicating copy to clipboard operation
meilisearch-fastapi copied to clipboard

Meilisearch integration with FastAPI

Results 12 meilisearch-fastapi issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.4.2)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.2 to 8.2.0. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations of one of the...

dependencies
skip-changelog

See [get_documents](https://github.com/sanders41/meilisearch-python-async/blob/4eff5a5c15dc6e97720ad84112b245d08cc208db/meilisearch_python_async/index.py#L396) in `meilisearch-python-async` for implementation details.

good first issue

Use [delete_document_by_filter](https://github.com/sanders41/meilisearch-python-async/blob/4eff5a5c15dc6e97720ad84112b245d08cc208db/meilisearch_python_async/index.py#L1328) from `meilisearch-python-async`

good first issue

Add a new `swap_indexes` `post` route to `meilisearch_routes`. See [swap_indexes](https://github.com/sanders41/meilisearch-python-async/blob/40fdf3c24b0343233c88c66e75b44466a70f207b/meilisearch_python_async/client.py#L639) for implementation details. Tests should also be added for this new route.

good first issue

Add a new task routes file to get, cancel, and delete tasks. The cancel task should be a `post` route. See `get_tasks`, `cancel_tasks`, and `delete_tasks` in [meilisearch-python-async](https://github.com/sanders41/meilisearch-python-async/blob/main/meilisearch_python_async/task.py) for implementation details....

good first issue

A new search route needs to be added for multi index searches. This route should take a list of search parameters and returns a list of `SearchResultsWithUID`. See [multi_search](https://github.com/sanders41/meilisearch-python-async/blob/40fdf3c24b0343233c88c66e75b44466a70f207b/meilisearch_python_async/client.py#L505) in...

good first issue

The is dependent on [this issue](https://github.com/sanders41/meilisearch-python-async/issues/282) being implemented and released in meilisearch-python-async

good first issue

Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.1 to 2.9.2. Release notes Sourced from pydantic's releases. v2.9.2 (2024-09-17) What's Changed Fixes Do not error when trying to evaluate annotations of private attributes by @​Viicos...

dependencies
skip-changelog

Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.114.1 to 0.115.0. Release notes Sourced from fastapi's releases. 0.115.0 Highlights Now you can declare Query, Header, and Cookie parameters with Pydantic models. 🎉 Query Parameter Models...

dependencies
skip-changelog