SQL-SERVER CONTAINS-Feature

I woud be happy, if wappler could implement the Full-text-Search Feature “CONTAINS” in SQL-Server. This Full-Text-Search is much faster than LIKE ‘%xyz%’. Is there any chance?

An example SQL- String could be : SELECT * FROM table where CONTAINS(TEXTFIELD, :P1)

I know, i could implement a Custom Query like that, but then pagination etc. is not available any more…

Community Page
Last updated: