Does llblgen support fulltext search in Oracle?

Posts   
 
    
ssayd
User
Posts: 1
Joined: 18-Jan-2010
# Posted on: 19-Jan-2010 00:34:32   

Hi,

The project I am working on is in Oracle 11g, I could not find code sample for fulltext search for oracle in LLBLGEN Pro 2.6.

I would like to know if llblgen supports fulltext search in ORACLE database. There are a many way to perform such task against SQL, but find no sample for ORACLE, either using LINQ, FunctionMapping or FieldPredicate...

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 19-Jan-2010 02:50:42   

According to the documentation, FullTextSearchPredicate is SQLServer specific. However, I don't see any problem in using DBFunctionCall or LINQ2LLBL Function Mappings.

David Elizondo | LLBLGen Support Team
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39865
Joined: 17-Aug-2003
# Posted on: 19-Jan-2010 14:22:37   

Indeed the predicate is sqlserver specific, but with Linq we left this open as it's easier to add the db specific function to a custom function mapping.

Frans Bouma | Lead developer LLBLGen Pro