Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.

Fix mincount for facets #132

Merged
merged 1 commit into from
Feb 14, 2022
Merged

Conversation

manachynskyi
Copy link
Contributor

According to this issue, in new versions of search_api_solr together with Solr 7+, min_count param for facets can't be 0 (for integer fields).
We have 2 solutions:

  • change min_count (changes in the current PR)
  • change type of integer fields to the string (at least field_session_min_age and field_session_max_age)

@podarok podarok merged commit 206d75e into ymcatwincities:4.x Feb 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants