studiomado / query-bundle

Query doctrine database from query string and provide HATEOAS responses.
MIT License
13 stars 5 forks source link

[WIP] Feature: improved filters management #170

Closed orociscaverai closed 6 years ago

orociscaverai commented 6 years ago
Q A
Branch? master
Minor version? (2.5)
Hotfix? no
New feature? yes
BC breaks? no
Deprecations? yes
Tests pass? no
sensorario commented 6 years ago

I am trying to reach similar target here: #168 from a different point of view. I mean that QueryBuilderOptions represents the query string. Is not called "QueryStringFilters" 'cause it can be used also from console. But me and you are running in same direction. Maybe we can play with both in version 2.5 and merge logics in 2.6. I mean: both we want to remove from BaseRepository what is not its responsibility.