-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New master-dev error #142
Comments
You can remove the new id filter query and add the document-limitation as custom-query: $query->setCustomQuery('id:product_*');
$query->removeFilterQuery('id'); |
I have tried your suggestion but the problem is still there. |
does |
@muganda ping |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you do some changes and solr not work;
old version query :
omitHeader=true wt=json json.nl=flat q=*:* start=0 rows=12 fl= sort=random_3225 ASC fq=sta:1
after composer update : there is automatic add ** fq=id:product_* **
omitHeader=true wt=json json.nl=flat q=*:* start=0 rows=12 fl= sort=random_3225 ASC fq=sta:1 fq=id:product_*
The text was updated successfully, but these errors were encountered: