-
Notifications
You must be signed in to change notification settings - Fork 8
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
Inconsistent results #64
Comments
@plozmun Are you using Solr in your app? Filter service is not using Solr search engine to fetch the content, while eZ Search service does. This might be the cause of the discrepancy in results between filter service and search service. To verify if that is the case, you can try using find service from this package and see what results you get with it. Find service is basically the same thing as filter service, but uses Solr as a backend instead of the database. If that doesn't help, one other reason could be is that filter and find services automatically filter content and locations based on prioritized list of languages configured for the current siteaccess, which, again, search service from eZ does not. |
No, i don't use Solr in the app. Then i can't use findService without Solr? With findService it works properly. I have overide parameter:
but this does't work either |
You can use find service even if you don't use Solr. Find service actually falls back to legacy if no Solr is present. I'm not sure why it gives different results from filter service if you don't use Solr. @pspanja do you have a clue why this would happen? BTW, you should not override the |
@plozmun I've noticed in one case you use |
I have try with filterContent and findContent and it`s the same. It's strange because PermissionCriterionResolver returns false with filterService and true with ez Searchservice |
I realized it's our fault. Close this issue. Sorry for the inconvenience . Thank you |
No worries @plozmun, good to know that you solved the problem 👍 |
i reopen it , sorry 😆 I dont know why the UserReference used by filter service is
and admin is:
Do you know why? |
That is coming from eZ Platform kernel, in default installation ID=10 is anonymous and ID=14 is admin. Are you testing that with different logins? |
Nope, 😢 |
@plozmun We have identified the issue, however, it will take a couple of days to solve it as it is not really straightforward, so please be patient :) |
I have started to use this bundle with ezplatform-kernel 7 but it seems filter service don't work properly.
I hace the following controller and results differ from eZ Search Service. Whats wrong in it?
The text was updated successfully, but these errors were encountered: