Hi; I have a property that stores the node's name. In names that have the caracter "_" the search contains do not return the node if I do the search with the "....contains(.,'word1_word1.1')". But, if I do the following search: "....contains(.,'word1.1')" or "....contains(.,'word1_')", I get the node. I've tryed with some other combinations of text searches, without sucess, like: '*_word', 'word*', 'word1_*', '*word1*', 'word1?', '*?word1.*'
Is there some trick to solve the search problem in fulltext searches in words with the caracter "_"? Thanks. Helio. -- View this message in context: http://www.nabble.com/Retrieve-words-with-%22_%22-caracter.-tp18925552p18925552.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
