We have a web application that needs to search across all tables using a keyword. I have not found much on Google other than using a Linq query.
We need the search to be performed by Oracle, not the web application.
Has anyone found a solution to using this method? The view of the Oracle database we have requires us to use dotConnect for Oracle.
The Oracle Text functionality is supported in the latest version of dotConnect for Oracle. For more information, please take a look at Using Oracle Full-Text Search in Entity Framework article.
Devart Team