Hi, I have created a space with name '123' and I have noticed that the name of the node created is {http://www.alfresco.org/model/content/1.0}123, but if I search this node using Lucene I have this error Search failed due to: org.alfresco.repo.search.SearcherException: Failed to parse query: PATH:"//app:company_home/cm:Clienti/cm:123"
This is expected. PATH is treated as a subset of XPATH. Numbers are not valid at the start of xml element names. The ISO9075 encoding classs should be used to encode local names.