Follow-up to #141927, except that we should make load work with as many full-text search functions as makes sense.
Full-text functions that don't reference a missing or partially mapped field are the lowest hanging fruit and we should be able to just enable that after adding a couple of tests. E.g. WHERE existing_field:"some search phrases".
It's less clear what to do with full-text functions that may refer to a missing/partially mapped field inside the query string, like in WHERE KQL("missing_field: foobar").
C.f. docs for full-text functions
Follow-up to #141927, except that we should make
loadwork with as many full-text search functions as makes sense.Full-text functions that don't reference a missing or partially mapped field are the lowest hanging fruit and we should be able to just enable that after adding a couple of tests. E.g.
WHERE existing_field:"some search phrases".It's less clear what to do with full-text functions that may refer to a missing/partially mapped field inside the query string, like in
WHERE KQL("missing_field: foobar").C.f. docs for full-text functions