Skip to content
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

How about some real world samples #14

Open
MSIH opened this issue Aug 6, 2016 · 1 comment
Open

How about some real world samples #14

MSIH opened this issue Aug 6, 2016 · 1 comment

Comments

@MSIH
Copy link

MSIH commented Aug 6, 2016

The blog shows autocomplete / search as you type but does not provide any code.

@codingnirvana
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants