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

Filter and order your endpoints

Results 79 fastapi-filter issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/arthurio/fastapi-filter). ## Config Migration Needed - [ ]...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mkdocs-material](https://togithub.com/squidfunk/mkdocs-material) ([changelog](https://squidfunk.github.io/mkdocs-material/changelog/)) | `9.5.3` -> `9.5.20` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ipython](https://togithub.com/ipython/ipython) | `8.12.3` -> `8.24.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/ipython/8.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Hi! I started using this library and it works great. Excellent job @arthurio ! I just realized that with the latest version of Pydantic V2 the new behavior of optional...

Stale

When I'm filtering on an amount I want to include null values. This involves an or_. I modified the `filter` method so it checks if there is a filter method...

Stale

The `search` option is really great, however would be nice to have a option to filter by best match. One option would offer the possibility to enable this feature like...

When the `order_by` is set in request with a field that is not registered in the model, I get this error message : ````json { "detail": [ { "loc": [...

Hello, The current implementation of SQLAlchemy Filter ignores `order_by` in existing filters when it is used in related fields. Here is a simple example: ```python from fastapi_filter import FilterDepends, with_prefix...

Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.1 to 4.6.3. Release notes Sourced from pymongo's releases. PyMongo 4.6.2 Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404 Changelog Sourced from pymongo's changelog. Changelog Changes in Version 4.7 PyMongo 4.7 brings...

dependencies

This aims to be a first tentative approach at avoiding the need for manual joining when filtering a table. Before the filtering itself relationship of the models are retrieved. If...