ext-solr
ext-solr copied to clipboard
[BUGFIX] Remove hidden translated record in index
What this pr does
Takes care about removing translated record in index. It also remove the superflous @return
since it's not used anywhere
How to test
Hide a translation of a record. The translation is not in index anymore
Fixes: #2235