We are assessing AirTable for our Website and it works great. The last thing is a full text search.
The only way I've found is to list all the records with a filter such as:
filterByFormula=OR(FIND("search phrase", Field1), FIND("search phrase", Field2))
Is this the way to achieve this or is there a more efficient way?