https://bz.apache.org/ooo/show_bug.cgi?id=128379

          Issue ID: 128379
        Issue Type: DEFECT
           Summary: SearchSimilarity does'nt work with a sentence
                    containing spaces
           Product: App Dev
           Version: 4.1.7
          Hardware: All
                OS: Windows 10
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P5 (lowest)
         Component: scripting
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

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.

oSearch = oDoc.createSearchDescriptor()

with oSearch
   .SearchString = "Lorem ipsum"
   .SearchRegularExpression =false
   .SearchCaseSensitive = false
   .SearchSimilarity = true
   .SearchWords = false
   .SearchSimilarityAdd = 2
   .SearchSimilarityRemove =2
end withoSearch = oDoc.createSearchDescriptor()

Return Not Found

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to