Re: Conditional based Filters on SolrConfig.xml

2017-12-08 Thread Shawn Heisey
On 12/8/2017 4:07 AM, sarat chandra wrote: > Currently we have a request handler contains appends option like below > > > inStock:true > > 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 fi

Conditional based Filters on SolrConfig.xml

2017-12-08 Thread sarat chandra
HI Currently we have a request handler contains appends option like below inStock:true 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 appe