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

percolate feature: invalid percolate operation '_search', should be one of 'search' or 'doc' or '_delete_by_query' #218

Open
henze-housepedia opened this issue Sep 27, 2024 · 1 comment
Assignees

Comments

@henze-housepedia
Copy link

henze-housepedia commented Sep 27, 2024

If I issue the following command, I get given error.

$client->index('percolated_table')->search(['year'=>2000]);

The connection I have is valid. When I use the sql method CALL PQ('percolated_table','{"year":2000}') I do get results, so that will be my workaround for now.

I am using ManticorSsearch version 6.3.6

@sanikolaev
Copy link
Collaborator

Thanks for the issue @henze-housepedia

@Nick-S-2018 pls take a look.

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