The STAC API free-text extension enables a user to provide a parameter q with some free-text search query parameters. This is perhaps redundant with the filter extension, but it is much easier to write a text query using the q parameter. e.g. landsat OR sentinel to get records that contain the term sentinel or landsat, landsat AND sentinel to get records that contain both terms.
Adding support for the q parameter would be particularly useful for improving the collection search functionality!