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

Fix autosuggest for complex fields foo.bar.zoo #5

Merged
merged 1 commit into from
Apr 9, 2018

Conversation

ArpiJakab
Copy link
Contributor

Recursively parse object to find all suggestions.

CatalogSearch autosuggest was not working for complex fields: A(Object).B(Array).C(String). This fix works for any arbitrary complex search results with multiple layers of Objects/Arrays.

Recursively parse object to find all suggestions.
@metagrover metagrover requested a review from divyanshu013 April 5, 2018 22:43
@divyanshu013 divyanshu013 merged commit a7fd7d5 into appbaseio:master Apr 9, 2018
@divyanshu013
Copy link
Contributor

Thanks for the PR! Will roll this out in next release 😸

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

Successfully merging this pull request may close these issues.

2 participants