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
Describe the bug When using the searchapi searchengine, I get the following error:
searchapi
Search engine searchapi does not support retrieving per doc metadata directly
To Reproduce
Using the newly pushed docker image released after o19s/quepid#890
https://hub.docker.com/layers/o19s/quepid/latest/images/sha256-bb94695eb976fa83e51c71c49436e9da3063d720607ed9961aca7c8399e372a7
Load a Case that uses searchapi - the case never loads results.
Name: None specified, using generated name Search engine: searchapi Endpoint url: http://name-of-internal-service/search/ Custom headers: { "Authorization": "Token BLAHBLAHBLAH", "Accept": "application/json", "Content-Type": "application/json", "FOO": "BAR"} API method: POST Proxy Requests: true Basic Auth Credential: 0 Options: Custom Code Mapper: numberOfResultsMapper = function(data){ return data.length }; docsMapper = function(data){...
Expected behavior
The case should not error
Screenshots
Additional context
I have tracked it down to 9034c0b
The text was updated successfully, but these errors were encountered:
This was fixed in #141... If it itsn't working for you, please reopen this ticket!
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When using the
searchapi
searchengine, I get the following error:To Reproduce
Using the newly pushed docker image released after o19s/quepid#890
https://hub.docker.com/layers/o19s/quepid/latest/images/sha256-bb94695eb976fa83e51c71c49436e9da3063d720607ed9961aca7c8399e372a7
Load a Case that uses
searchapi
- the case never loads results.Expected behavior
The case should not error
Screenshots
Additional context
I have tracked it down to 9034c0b
The text was updated successfully, but these errors were encountered: