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

How is query function in go plugins re-triggered? #4047

Open
SashvDave opened this issue Jun 8, 2024 · 2 comments
Open

How is query function in go plugins re-triggered? #4047

SashvDave opened this issue Jun 8, 2024 · 2 comments
Assignees

Comments

@SashvDave
Copy link

I am trying to create a separate input field in the frontend and send the value to the backend. I log it in a couple different places and it seems to be returned fine, but it doesn't re-render/recall the query function within each plugin as it does when query.Search is changed. How do I edit that?

@qianlifeng
Copy link
Member

You need to invoke queryForPlugin to query plugins

@SashvDave
Copy link
Author

So I've added a new text input field in preview view and when i pass it and it gets updated on the backend, I get a "result cache not found. Are there some places where I need to cache the existing response?

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

2 participants