https://bugs.documentfoundation.org/show_bug.cgi?id=133141

            Bug ID: 133141
           Summary: SearchSimilarity does'nt work with a sentence
                    containing spaces
           Product: LibreOffice
           Version: 6.4.3.2 release
          Hardware: x86-64 (AMD64)
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to