Subject Re: [IBO] HDR and SQLWhereItems
Author guido.klapperich@t-online.de
> If you add anything that reduces the amount of records from the base query
> then HDR is disabled under the assumption that you are taking care of your
> own refinements.
>

What do you mean with my own refinements ?

>
> What I think you should do is make an input parameter to integrate in your
> own refinements and this will make it so that you base query will remain the
> same and not trigger the HDR to become disabled.
>

Some like that 'select * from table where field=:param' ?
But then I reduce the amount of records as well.


Guido