-
Notifications
You must be signed in to change notification settings - Fork 224
feat(findAnswers): implement the new method #1219
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
Conversation
- adds searchForAnswers to node / browser (not lite for now) - fix small typo in SearchOptions - add an integration test
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 663adbf:
|
const client = algoliasearch(credentials.appId, credentials.apiKey); | ||
|
||
// TODO: remove this customization once the engine accepts url encoded query params | ||
client.transporter.userAgent.value = "answers-test"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Haroenv to be clear, are we waiting for the engine fix, so that we can get rid of this line before merging this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @eunjae-lee, the engine fix won't be happening soon, so I'd rather merge this and prepare a v1.1 PR for when the engine has catched up :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it. thanks for clarification!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, issue opened here :)
Uh oh!
There was an error while loading. Please reload this page.