8000 Searching for an empty string throws · Issue #9089 · tutao/tutanota · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Searching for an empty string throws #9089
Closed
@paw-hub

Description

@paw-hub

Searching for "" will cause an error with the error sqlite error(1): fts5: syntax error near ""

We should probably have SearchFacade check for an empty query and not try to search anything.

Test notes

  • Searching for " returns an empty result and does not err.
  • Searching for "" returns and empty result and does not err.
  • Searching for multiple " returns an empty result.

Metadata

Metadata

Assignees

Labels

dev bugunpublished bugs, found during our development/test cycle (excluded from release notes)state:testedWe tested it and are about to release it

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0