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
artanisdesign
changed the title
data-connect query with String_Pattern doesnt work.
data-connect query with String_Pattern doesnt work. uknown key pattern
Nov 13, 2024
artanisdesign
changed the title
data-connect query with String_Pattern doesnt work. uknown key pattern
dataconnect query with String_Pattern doesnt work. uknown key pattern
Nov 13, 2024
yea.. i've been using contains.. problem is with that one its case sensitive.. so basically i had to create a searchstring property.. which is lowercase.. to make contains work. not ideal.. but i guess will have to do until pattern becomes available.
Environment info
firebase-tools: 13.25.0
Platform: mac
Test case
query getItemsByName($regex: String) { matchRegex: items(where: {title: {pattern: {regex: $regex}}}){ title } }
Steps to reproduce
i just run this query in the console
Expected behavior
list items with title that matches regex
Actual behavior
"message": "(where.title: String_Filter): unknown key pattern",
The text was updated successfully, but these errors were encountered: