aristidebm

Results 2 comments of aristidebm

> **Describe the bug** Filtering docs (https://django-ninja.dev/guides/input/filtering/) describe passing q string to Field definition: > > ```python > class BookFilterSchema(FilterSchema): > name: Optional[str] = Field(None, q='name__icontains') > ``` > >...

OK! Thank @The-Compiler, Thank @Bzzz-fan I will try your suggestion and thanks to all the contributors for all the time and efforts put on mainting this amazing software. It does...