1.

How To Set The Invalid Queries Into Empty Result Sets?

Answer»

By DEFAULT queries with invalid field names run but IGNORE the invalid CONDITION. For more strict query control you can enable the glide.invalid_query.returns_no_rows property which will result in an EMPTY result set for invalid queries.

By default queries with invalid field names run but ignore the invalid condition. For more strict query control you can enable the glide.invalid_query.returns_no_rows property which will result in an empty result set for invalid queries.



Discussion

No Comment Found