Search function anomaly with 2 o 3 numbers

Hi,
i have an OmekaS Platform that has a strange behaviour in search funtion:
https://bearchaeo.di.unito.it/omeka-s/s/bearchaeo-resources-site

If i use search with “xx yy” it doesn’t found any items (even if there are in the system, for example - “af 95”.
If I use it with “xx yyy” it finds it correctly (ex. “af 100”).

How is it possible? Is there something i have to config?
Thanks!

The main search box uses MySQL’s fulltext search feature, which has a limitation on how many characters: by default, anything under 3 characters long is just completely ignored in a search.

You can change this setting, but it requires setting a configuration option for the MySQL server itself (in this case innodb_ft_min_token_size) and rebuilding the index.

The item advanced search’s “search by property” doesn’t have this restriction either.

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.