Currently when searching, you have to know the key of the values you want to search on.
I want to be able to use filter field text values such as:
genre=Action
actor=Tom Hanks
and I also want to validate that the filter fields and values are correct, else throw known exception.
Currently when searching, you have to know the key of the values you want to search on.
I want to be able to use filter field text values such as:
genre=Action
actor=Tom Hanks
and I also want to validate that the filter fields and values are correct, else throw known exception.