Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Char "A" added to my category in SearchResults / Default language category in Search Results and not the translation #274

Open
jodimas opened this issue Jan 21, 2025 · 1 comment
Labels
question Further information is requested

Comments

@jodimas
Copy link

jodimas commented Jan 21, 2025

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

@christianbltr 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
@christianbltr
Copy link
Member

It's currently not possible to change that behavior, it's hardcoded. See

// Fill up the tag if it is too short

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"?

@christianbltr christianbltr added the question Further information is requested label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants