We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Parameters for the beginning:
Maybe later:
The text was updated successfully, but these errors were encountered:
@kerim1
Part of the viewer, rather than a server side API?
The viewer sends a request to the Server. Somethink like https://example.com/search/node_id/searchphrase.
So we have to define the parameters (url) the server api accepts.
Sorry, something went wrong.
What I meant was, can't we just let the viewer resolve the search query, rather than have the server resolve it?
The viewer will send the search query to server. Somethink like https://example.com/search/node_id/searchphrase.
The server will process the query and send the results as json back.
No branches or pull requests
Parameters for the beginning:
Maybe later:
The text was updated successfully, but these errors were encountered: