Description: In Writer module a macro using Findfirst with .SearchSimilarity = trus does'nt work if the search string is a sentence containing spaces. Example : .SearchString = "Lorem ipsum" not fount. Actual Results: oSearch = oDoc.createSearchDescriptor() with oSearch .SearchString = "Lorem ipsum" .SearchRegularExpression =false .SearchCaseSensitive = false .SearchSimilarity = true .SearchWords = false .SearchSimilarityAdd = 2 .SearchSimilarityRemove =2 end with Expected Results: String found Reproducible: Always User Profile Reset: No Additional Info: Nothing
Created attachment 161151 [details] File containing texte and macro
*** This bug has been marked as a duplicate of bug 126294 ***