Spaces in search filter modify performance
807573Dec 18 2002 — edited Dec 24 2002Hi,
I have a customer that is seeing large differences in the performance of the following two queries:
(& (customattr1=test)(| (customattr2=x)(customattr2=y)))
( &(customattr1=test)( |(customattr2=x)(customattr2=y)))
the second filter is extremely slow.
thoughts?