more consistent matching behavior+issues
{"content": ["match", "Matt"]}
...returns things with "Matt" anywhere in content, while:
{"match": "Matt"}
returns only things with the separate word Matt (and plurals, etc.). See discussion...
{"content": ["match", "Matt"]}
...returns things with "Matt" anywhere in content, while:
{"match": "Matt"}
returns only things with the separate word Matt (and plurals, etc.). See discussion...