Class PlainQuerySearchParam

java.lang.Object
ch.tocco.nice2.rest.entity.spi.search.SearchParam
ch.tocco.nice2.rest.entity.spi.search.PlainQuerySearchParam

public class PlainQuerySearchParam extends SearchParam
Represents a search param that contains a condition written in raw persist query language. Name of the URL query parameter is "_where". Example: ?where=firstname == "Andrea" and relGender.unique_id == "male" Of course the parameter value needs to be URL encoded (i.e. spaces replaced by %20), which has not been done in this example for the sake of readability.