contao / core-bundle

[READ-ONLY] Contao Core Bundle
GNU Lesser General Public License v3.0
122 stars 57 forks source link

search does not find anything, if you provide duplicate search phrases #1460

Closed fritzmg closed 6 years ago

fritzmg commented 6 years ago

Reproduction on demo.contao.org:

  1. Add the content "lorem lorem" in a page.
  2. Rebuild the search index.
  3. Go to the front end and search for lorem lorem.

Nothing will be found (with the default setting of "match all words").

Another reproduction and real life use case by which we noticed this issue:

  1. Add the content "30 under 30" on a page.
  2. Rebuild the search index.
  3. Go to the front end and search for 30 under 30 or also just 30 30.

Nothing will be found.

By contrast try the following searches:

These search phrases will provide a result.

fritzmg commented 6 years ago

Other example:

official demo website vs. official demo website official

leofeyer commented 6 years ago

Fixed in 491a32507303dc5fac0115b168f92f401f54a78d.