fix: T-153-api-query-filter#168
Conversation
|
I left fields |
jameshod5
left a comment
There was a problem hiding this comment.
Works for me with fields only returning what we are asking for, but maybe the names are a bit confusing
| ) | ||
|
|
||
|
|
||
| class ShotModel(BaseShotModel, table=True): |
There was a problem hiding this comment.
Maybe we should rename these classes, I assume BaseModel is what is returned when we use fields. ShotModelFiltered maybe?
There was a problem hiding this comment.
May be we can discuss this. to explain to you better.
There was a problem hiding this comment.
it is not necessary just a filter model. It does more than filter.
|
After adding the shot filter model. The result of |
I'm not seeing the image. I think the markdown needs fixing. |





This fixes the filter bug. and this works perfectly compared to all other methods I have tried before. But removes previous page from api response.