- 🇺🇦Ukraine stomusic Ukraine
Looks like it works at my situation, please provide some steps to reproduce
- Status changed to Closed: cannot reproduce
about 1 year ago 8:54pm 12 October 2023
I’m seeing all of the available search results returned by the \Drupal\views\ViewExecutable
code on lines 84-97 of the SelectiveFilterBase.php file under all conditions. This prevents the options_show_only_used
from working. It seems like the search keys aren’t actually used by the query, but the item language filter is correctly applied strangely enough. I’m not sure if this is a Search API module or Drupal core Views module problem, but the issue causes this module to not do anything. I suspect it is how the View is being recreated here though. I already have my Search API server default rows set very high so that the query isn’t limited to the default of ten as reported by other issues.
My specific combination of modules is this one, search_api, and search_api_solr with an exposed Search: Fulltext search filter on a multilingual site.
There may need to be Search API-specific code added here so the search keys are applied to the query?
Closed: cannot reproduce
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Looks like it works at my situation, please provide some steps to reproduce