Elegant way of parsing (at the server side) the query constructed from the UI
- by Vishal
The UI looks like:
Condition 1 (Checkbox)
and/or (Radio buttons)
Condtion 2 (Checkbox)
and/or (Radio buttons)
Condition 3 (Checkbox)
and/or (Radio buttons)
Condition 4 (Checkbox)
I would like to parse (at the server-side) the query constructed from the client (for possible combinations). Any design ideas?
PS: May be the UI can be designed better.
Posts appreciated.
Thanks