I want to apply multiple modifiers on the same field. Basically, I need to send something like this
/bill/count?field=TEXT&field_Mod=ne&field_Mod=notnull
However, in this way only first modifier will be recognized and second ignored. Is there anyway to send multiple modifiers on the same field? I couldn't find an answer related to this question.
Any help would be appreciated.