Oracle text search using .Net and Devart's dotConnect for Oracle

540 views Asked by At

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.

1

There are 1 answers

0
Devart On

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