You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with a specific search string where Bloodhound receives four elements from remote that I'd like to have displayed as suggestions.
Instead only one suggestion is displayed.
I can tell that the elements are actually received by Bloodhound by making a custom transform simply displaying the response.
However when I don't define a custom transform some where along the way the would-be suggestions dissappear.
UPDATE:
After further debugging I've discovered that the elements are still present after function processRemote(remote)
is called.
I have an issue with a specific search string where Bloodhound receives four elements from remote that I'd like to have displayed as suggestions.
Instead only one suggestion is displayed.
I can tell that the elements are actually received by Bloodhound by making a custom transform simply displaying the response.
However when I don't define a custom transform some where along the way the would-be suggestions dissappear.
UPDATE:
After further debugging I've discovered that the elements are still present after
function processRemote(remote)
is called.
Did anyone experience similar issues?
How can I solve this?
The text was updated successfully, but these errors were encountered: