Details
Description
Hi,
I would like to use a custom parser with the same parameters of FiqlParser.
With the property "search.parser" is not possible to reuse the following parameters "props" and "beanProps".
To continue on my project, I modified the code of SearchContextImpl (see patch1.diff). But perhaps, there is already a solution for my demand.
Could you give me the best solution?
I wanted create a new parser because today with FiqlParser, it's not possible to apply a filter on integer attribute with '*' value.
I don't know if this feature has been forgotten?