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

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

Open
orimk opened this issue Dec 14, 2022 · 5 comments
Open

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

orimk opened this issue Dec 14, 2022 · 5 comments

Comments

@orimk
Copy link

orimk commented Dec 14, 2022

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

@emodric
Copy link
Member

emodric commented Dec 15, 2022

Hi!

Are you perchance using Elastic Search? Tags Bundle does not support Elastic Search in Ibexa since it's not open source.

@orimk
Copy link
Author

orimk commented Jan 4, 2023

Yup, we were trying to use ES. Thanks for the reply!

@emodric emodric changed the title "No visitor available" problem "No visitor available" problem when using Elastic Search Jan 6, 2023
@emodric
Copy link
Member

emodric commented Jan 6, 2023

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

@davidsayre
Copy link

Hi, I'm wondering if you are open to 2 options

  1. Can we hire NetGen to add ElasticSearch support to eztags?
  2. Can you point us in the direction of how we would implement that and then we can send it as a merge request.

Can we contact you directly via email (not GitHub)?
Thank you

@emodric
Copy link
Member

emodric commented Jan 12, 2023

@davidsayre Sure, you can contact us by mail with the same questions.

Do you know where to reach us? :)

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