Closed vi0815 closed 3 years ago
Hi thanks for your question, I'll provide an example later today. A agree that it's not that obvious
Here's a detailed example, it's not that easy because you need to define filtering by yourself, but you can create any kind of filter
https://flask-combo-jsonapi.readthedocs.io/en/develop/api_filtering_example.html
Hello all,
I am trying to filter results by searching for a word within an array. For instance this simple model:
In this example I try to find all persons with the word "arbitraryWord" in their list of words. I hoped using the operator "in_" would work like this:
The result is a "Bad filter value". I tried several variations with no luck. Hope someone can give me a hint. Find full example code here: https://github.com/vi0815/exampleArraySearch