PAULEM
5 years agoAdvisor
How does AP1 v2 "matches" work?
Hi,
Here's my API query:
https://community.ato.gov.au/api/2.0/search?q=SELECT id, view_href, body FROM messages WHERE body matches 'house-rules' LIMIT 10000
The plan is to find any links to "/t5/Getting-started/House-rules/ta-p/6" so that we can update the link to point to our FAQ page but the results include all occurrences of "house", "rule" and both.
If anyone can shed some light on this behaviour, I'd really appreciate it.