HI Currently we have a request handler contains appends option like below
<lst name="appends"> <str name="fq">inStock:true</str></lst> Now i want to append this filter to query on conditional based. If my request query contains a flag or if the flag is true, i need to append the above filter to query, otherwise the filter should not append to query. how can i achieve this kind of behavior ? -- --with regards SARAT CHANDRA