Query problem
-
I successfully modified my filtering inputs but the result of query is not correct. There are extra results or no results even changing the relation to my custom filters ‘OR’ or ‘AND’. Also it seems that the default relation of default filter is ‘OR’. Is there a way to modify the whole query that if there is no value on the field will not be included in the query?
Example
?as=&gender=Male&civil_status=
Since there is no value for civil_status it should be
?as=&gender=Male
so it will not be included in the query then my relation will be ‘AND’ because if I use ‘OR’ there are extra results
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Query problem’ is closed to new replies.