Search for content not working properly

I have…

  • [X] Checked the logs and have provided uploaded a log file and provided a link because I found something suspicious there.

I’m submitting a…

  • [ ] Regression (a behavior that stopped working in a new release)
  • [X] Bug report
  • [ ] Performance issue
  • [ ] Documentation issue or request

Current behavior

Currenty if i search standard text field which contains email address then i cant find them without " (see on GIF). I think its problem with @. Secondly if i choose one of the content then return back to all contents search filter has gone away.

Expected behavior

Search field works for all input fields for *PHRASE*. After go back to contents from content edit then i need to have same filter like before. Currently i have to create filter repeately…

Minimal reproduction of the problem

com-video-to-gif

Environment

  • [ ] Self hosted with docker
  • [ ] Self hosted with IIS
  • [ ] Self hosted with other version
  • [X] Cloud version

Version: [3.0.0.0]

Browser:

  • [X] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

Others:

Hi,

the persistent query should be solved as part of https://support.squidex.io/t/implemented-content-sorting-is-not-persistent/1355/5

The problem with the search is that it works as a full text search, which is not the same as a “contains” search. A full text search splits sentences into terms and uses the terms to find the items.