I switched from using Phonograph2 queries to using Platform object sets as the data source for my POC app. This made displaying the basic table of data super easy, but I can't tell if this prevents me from using filters (including text search). Would I need to create a normal SQL or Phonograph2 query in order to add filter criteria for a widget? I could write a function to do the work, but that feels like more of a workaround.
Similarly I'm not seeing anywhere to configure the data source to use server paging and sorting. Is that something that I would need a query to do as well?