Hi list, I can get the fulltext matching score as follows:
?label bif:contains 'foobar' OPTION (score ?score) . This works fine. However, now I am in the situation where a creating a FILTER is much more convenient for me: FILTER(bif:contains(?label, 'foobar')) . But the question is: can I also get the score from this filter? I tried several combinations but all failed. Do I need to revert to the former syntax to extract the score? Cheers, Sebastian
