show_values()
formats output (which isn't compatible with galah_filter()
)
#233
Labels
bug
Something isn't working
The output of
show_values()
appears to be formatted after it is retrieved, which makes it look nice, but if you use the values shown by the output ofshow_values()
for the fieldbasisOfRecord
, your query won't work.The actual values for
basisOfRecord
are in all caps and separated by an underscore, which when used, return the correct result.Created on 2024-03-06 with reprex v2.0.2
I'm not sure whether this is true for all
show_values()
results, and whether it is the same forsearch_values()
as well.The text was updated successfully, but these errors were encountered: