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
Thanks for the great work so far! - Having trouble getting this to work.
I installed the package, made my component searchable and then used the code snippet from this controller file on master.
However, when the incoming request comes in, the if (ctx.query._q) { expression causes a crash, becase the query prop is undefined on the ctx object.
Any advice on how I can fix this?
The text was updated successfully, but these errors were encountered:
Hi all,
Thanks for the great work so far! - Having trouble getting this to work.
I installed the package, made my component searchable and then used the code snippet from this controller file on master.
However, when the incoming request comes in, the
if (ctx.query._q) {
expression causes a crash, becase thequery
prop is undefined on thectx
object.Any advice on how I can fix this?
The text was updated successfully, but these errors were encountered: