Hi Vincenzo You'll need to use full-text models to do this - take a read here: http://docs.mulgara.org/itqloperations/fulltextmodels.html
You'll also need to turn on full text models in fedora.fcfg - take a look at the autoTextIndex parameter in the mulgara triplestore configuration. Regards Steve -----Original Message----- From: Vincenzo Galella [mailto:[email protected]] Sent: 11 February 2009 15:14 To: [email protected] Subject: [Fedora-commons-developers] Itql Query Hi, I try to use fedora reasearch,to find tuples with itql language I make this query select $object $identifier from <#ri> where $object <dc:identifier> $identifier and $identifier <mulgara:is> 'enx:04' that return the list of object than have as dc:identifier the value 'enx:04'. But, if I want to discover all the object that have as dc:identifier the value 'enx:*' (sql like), that is the truncate of the String enx: (So, I attend as result all the object that have ad identifer enx:04, enx:05 etc...) How I can do it? Thanks V.Galella ---------------------------------------------------------------------------- -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Fedora-commons-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Fedora-commons-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
