This allows non-selective facets such a material type facet
to bring in correct results - the tradeoff is that queries
that involve facets will run slower.
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17744
dcc99617-32d9-48b4-a31d-
7c20da2025e4
$from .= ")";
- my $core_limit = $self->QueryParser->core_limit || 25000;
- $from .= "\n\t\tLIMIT $core_limit\n\t) AS $talias ON (m.source = $talias.source)";
+ $from .= "\n\t\t) AS $talias ON (m.source = $talias.source)";
$where .= 'TRUE';