You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #449 on May 22, 2020 17:24.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Let's imagine we have two tables inside a view. these two have different data and they have options to filter and sort their data.
with current implementation (I guess) it's not possible to have two different QueryBuilders and filtering separably based on some namespace.
for example having this
example.local/?posts[filter][title]=blog&users[filter][name]=john
is there any way to achieve different queries ?Beta Was this translation helpful? Give feedback.
All reactions