The View has a property called queryPrefix to extend the queries with a given prefix. That prefix is currently only used to fetch the shape and the view itself. It should be used in all queries generated by the View class. The observations method doesn't use it at the moment.
The View has a property called queryPrefix to extend the queries with a given prefix. That prefix is currently only used to fetch the shape and the view itself. It should be used in all queries generated by the View class. The
observations
method doesn't use it at the moment.