Form Data Model & MySQL queries
Hi Community,
We have a MySQL DB connected via Apache Sling Connection Pooled DataSource.
It's working fine for getting, inserting and updating data through the forms.
We need now to implement a search on a column in a table in the db from a form, but I found out that the default data model get service cannot be modified with a custom SQL statement (for example "SELECT * FROM Table WHERE Column LIKE (?)") in the form data model editor.
Is there a way to create a new service with a custom SQL statement? Or is there a way to use custom SQL statements with form data model?
thanks in advance


