Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spreadsheet: FIND() doesn't find """" whereas SEARCH does #2749

Open
1 task done
roydenyates opened this issue Jun 2, 2024 · 1 comment
Open
1 task done

Spreadsheet: FIND() doesn't find """" whereas SEARCH does #2749

roydenyates opened this issue Jun 2, 2024 · 1 comment
Labels
confirmed-bug Issues with confirmed bugs

Comments

@roydenyates
Copy link

roydenyates commented Jun 2, 2024

This issue is unique.

  • I have used the search tool and did not find an issue describing my bug.

Operating System

Linux (DEB package)

Version information

version 8.0.1.31 (deb)

Expected Behavior

=FIND() should be able to locate a string with " that is found by SEARCH()

Actual Behavior

FIND() results in #VALUE!

Reproduction Steps

Reference cell (A1) content "31° 57' 14.6" S BT 3 18° 54' 20.3" E"

=FIND(""" S",A1,1) gives #VALUE!
=SEARCH(""" S",A1,1) gives 13

Additional information

LibreOffice Calc gives 13 with both functions when searching for "

Issue is specific to " as,

Reference cell (A1) content "31° 52.746' S BDW 1 18° 58.667' E"

=FIND("' S",A1,1) gives 11
=SEARCH("' S",A1,1) gives 11

@VladimirProkofiev52
Copy link

Hello! @roydenyates
I can confirm - this is bug, issue #68343.

Problem can be reproduced in DocumentServer.

Thanks for your report!

@Rita-Bubnova Rita-Bubnova added the confirmed-bug Issues with confirmed bugs label Jun 3, 2024
@Rita-Bubnova Rita-Bubnova transferred this issue from ONLYOFFICE/DesktopEditors Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed-bug Issues with confirmed bugs
Projects
None yet
Development

No branches or pull requests

3 participants