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

Solr analysis parameter: parameter_index contains special charaters #930

Open
Erikdzo opened this issue Jan 12, 2023 · 1 comment
Open

Comments

@Erikdzo
Copy link
Member

Erikdzo commented Jan 12, 2023

parameter_index field contains special characters ex. (),>. This makes filtering in the frontend more difficult. Currently I see that, in the analytical_data index the special characters are replaced with _. The current solution is to replace special characters in the frontend, but it would be nicer if they were corrected in the index, so the frontend would not need to worry about this.

@ollehints
Copy link
Member

needs to be changed in the database to match the solr index field names

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants