Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
It it often useful, to filter based on string similarity. Such a filter filter could look like this:
@filter fn:eq(fn:substr(dct:identifier,"0","4"), "myid") ;
Therefore a fn.eq for strings is needed.