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
Hi there,
I need to replace the 'q' parameter with 'search' for the api I'm consuming.
In the context of the api I'm consuming, 'q' has a different meaning and it needs to not be present at all in the URL.
Is there any way for me to remove the 'q' parameter on the search requests? I've tried setting it to null in the component definition:
data: { 'search': function() { return vc.query; }, 'q' : null },
But the requests generated still include it, eg /my-endpoint?q=&search=enteredtext
Is this possible?
The text was updated successfully, but these errors were encountered:
9742912
No branches or pull requests
Hi there,
I need to replace the 'q' parameter with 'search' for the api I'm consuming.
In the context of the api I'm consuming, 'q' has a different meaning and it needs to not be present at all in the URL.
Is there any way for me to remove the 'q' parameter on the search requests? I've tried setting it to null in the component definition:
But the requests generated still include it, eg /my-endpoint?q=&search=enteredtext
Is this possible?
The text was updated successfully, but these errors were encountered: