Skip to content

"No visitor available" problem when using Elastic Search #156

Description

@orimk

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? :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions