-
Notifications
You must be signed in to change notification settings - Fork 44
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
"No visitor available" problem when using Elastic Search #156
Comments
Hi! Are you perchance using Elastic Search? Tags Bundle does not support Elastic Search in Ibexa since it's not open source. |
Yup, we were trying to use ES. Thanks for the reply! |
Thanks for confirming! I'll keep this open if someone wants to work on a fix for this, if that's okey with you @orimk |
Hi, I'm wondering if you are open to 2 options
Can we contact you directly via email (not GitHub)? |
@davidsayre Sure, you can contact us by mail with the same questions. Do you know where to reach us? :) |
Versions:
ibexa/experience: "4.3.0",
netgen/tagsbundle: "^5.0" (5.0.4)
When I try to click into a single tag in admin, I get this error:
Intentionally not implemented: No visitor available for: Netgen\TagsBundle\API\Repository\Values\Content\Query\Criterion\TagId with operator =
Same with trying to use it in search (operator in). Something like this:
$query = new LocationQuery(); $mainAndCriteria = [ NetgenCriterion\TagId(['683','684'], 'activities') ]; $query->filter = new Criterion\LogicalAnd($mainAndCriteria); $pager = new Pagerfanta( new ContentSearchAdapter($query, $this->searchService) );
Obviously, same with NetgenCriterion\TagKeyword(Operator::IN, ['Skiing']['Sledding'], 'activities');
What am I doing wrong? :)
The text was updated successfully, but these errors were encountered: