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
Recently filtering, in general, has been massively improved. I don't think it needs to be extended further for the existing GET requests, and honestly not sure it could be, but I would like to be able to someday POST to something like /media/search or /media/filter that supports VERY complex query options (AND'ing, OR'ing, NOT'ing, etc). This will probably require some VERY interesting serialization hacks. Offhand, I would imagine something like:
I have started roughing out details for this in al/smart-lists. Once the WIP implementation is more robust and worked through, I'll implement smart lists (#174) before exposing the more advanced filtering to the current UI sections for filtering.
Recently filtering, in general, has been massively improved. I don't think it needs to be extended further for the existing GET requests, and honestly not sure it could be, but I would like to be able to someday POST to something like
/media/search
or/media/filter
that supports VERY complex query options (AND'ing, OR'ing, NOT'ing, etc). This will probably require some VERY interesting serialization hacks. Offhand, I would imagine something like:So an example POST body might look like:
/media/filter
I'm just spitballing here though 😄. This would heavily support the development of #174
Extra context
The text was updated successfully, but these errors were encountered: