Issue #3611624 by noemi.mancini: Add experimental submodule for server-side query execution
Add the search_api_typesense_query experimental submodule providing a backend plugin that subclasses the Typesense backend and executes Search API queries server-side: full-text (q/query_by), filters (filter_by from condition groups), sort, pagination, and facets. The main backend and its InstantSearch pattern are unchanged; only servers that select the experimental backend get server-side execution.
Closes #3611624