PerBonomi
8 years agoBoss
Period in query breaks query
Hi everyone, wondering if anyone else has come across this.
I run this query and it works fine in API Browser, but in a community component it says the query is null:
"SELECT id FROM messages WHERE board.id = 'starkb' AND subject MATCHES 'Twitter Starbase 1.0'"
If I cut off the ".0" it works. Seems to be the period.
In this case I could query without the last two characters, but long term that could get me the wrong message, depending on where the period shows up.
Any way to work around or fix that period problem?