Skip to content
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

Open
hanzx opened this issue Nov 7, 2016 · 4 comments
Open

New master-dev error #142

hanzx opened this issue Nov 7, 2016 · 4 comments

Comments

@hanzx
Copy link

hanzx commented Nov 7, 2016

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_*

@floriansemm
Copy link
Owner

floriansemm commented Nov 7, 2016

You can remove the new id filter query and add the document-limitation as custom-query:

$query->setCustomQuery('id:product_*');
$query->removeFilterQuery('id');

@muganda
Copy link

muganda commented Nov 11, 2016

I have tried your suggestion but the problem is still there.

@floriansemm
Copy link
Owner

does omitHeader=true wt=json json.nl=flat q=*:* start=0 rows=12 fl= sort=random_3225 ASC fq=sta:1 works for you?

@floriansemm
Copy link
Owner

@muganda ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants