You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i got an ending Char "A" added to my category in SearchResults when the String length is less than 4, what is the length of searchWordLength. How can i avoid that without changing the value of searchWordLength?
In addition i just geht the default language for my category in my Search Results and not the translation.
best,
Christian
The text was updated successfully, but these errors were encountered:
christianbltr
changed the title
Char "A" added to my category in SearchResults
Char "A" added to my category in SearchResults / Default language category in Search Results and not the translation
Jan 24, 2025
This is to avoid problems with tags that won't work for searching, like stopwords or words that are too short.
Tags are meant to be used internally, so that this would not be a problem. Are you printing the tags in the frontend? Then I guess you would be interested in #241 but it's currently not implemented.
Could you give an example for your second issue "In addition i just geht the default language for my category in my Search Results and not the translation"?
Hi,
i got an ending Char "A" added to my category in SearchResults when the String length is less than 4, what is the length of searchWordLength. How can i avoid that without changing the value of searchWordLength?
In addition i just geht the default language for my category in my Search Results and not the translation.
best,
Christian
The text was updated successfully, but these errors were encountered: