So I have a fresh install of Alfresco 3.4.2, straight out of the box. In the home space (or wherever) I create three pieces of content:
AAAA01.txt AAAA_01.txt AAAA-01.txt
I then go to the Node Browser and do a Lucene Search for the following:
+@cm\:name:*.txt
I get back two results, AAAA_01.txt and AAAA-01.txt
I then do a different search:
+@cm\:name:"*.txt"
I get back one result, AAAA01.txt.
Is this a known issue in Lucene Searching in Alfresco, that it doesn't support certain characters in file names? I would've thought either Lucene query would've returned all 3 files.