Re: [Virtuoso-users] bif:contains - using a string variable as search term

2011-06-13 Thread Robert Globisch
Hi Hugh, thank you! There seems to be no noticeable decrease of execution time when i use this ORDER BY clause. In the meantime I did some further tests. It seems to me like the ORDER BY clause causes this massive performance slowdowns. When i use the following query without the ORDER BY cla

Re: [Virtuoso-users] bif:contains - using a string variable as search term

2011-06-13 Thread Hugh Williams
Hi Robert, Development suggest the query: sparql PREFIX dc: select distinct ?title ?u from WHERE { ?prog dc:title ?title . ?u rdfs:label ?label . FILTER (bif:isnotnull (bif:strstr (?label, ?title))) } ORDER BY DESC ((select ?created where {