How to use my own QueryImplementingThingsWithData service in a mashup ?
Hello
I would like to create a custom service with some filters for QueryImplementingThingsWithData in order to be able to use in an advanced grid and to keep the "Query" parameter available for the grid functions such as search, filter, sort, etc ... functions
The issue is that my thing template is made of several Thing shapes so I cannot select it for infotable output of my custom service, so I cannot bind in mashups.
Is there another way to filter this QueryImplementingThingsWithData and to keep the "query" parameter free for binding with advanced gris filter ?
How is it done in the mashup Data as the QueryImplementingThingsWithData is returning all properties from different shapes of my Thing template when used directly from the Composer ?
Thnaks

