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
The blog shows autocomplete / search as you type but does not provide any code.
The text was updated successfully, but these errors were encountered:
@MSIH - Apologies for the late reply.
I assume you are referring to this blog post - https://www.indix.com/blog/developer/how-to-add-ecommerce-search-suggestion-box/
For autocomplete, you need to use the suggestions API. There is sample code available here - https://github.com/indix/indix-api-java#suggestions-query.
For search, we have multiple end points based upon the type of product data you are looking for. Again the sample code for that is here - https://github.com/indix/indix-api-java#search-query
You can also refer to the API documentation here to understand the end points better - https://developer.indix.com/docs
Finally, if you have further questions on the API, you can use our forums which is available at - https://forums.indix.com/latest.
Hope this helps.
Sorry, something went wrong.
No branches or pull requests
The blog shows autocomplete / search as you type but does not provide any code.
The text was updated successfully, but these errors were encountered: