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
Basically, search for something (anything), and you'll get 2 results (dynamic search is on, filter is off, but it's just returning json so you should get the same results every time).
Search again however, and nothing is returned. Search again (for the same thing as the first time), and once again nothing is returned.
Remove the groupTemplate and group :{template} options and it works as expected - it returns a result each time.
I'm guessing the combination of the template and the dynamic:true and filter:false is causing this when it doesn't cause issues in other scenarios...