I'm in the process of implementing the (newish) Spell Check functionality for the search functionality on a site and I've noticed that the spell chech results doesn't take the index .query contraints into consideration. This results in the user being suggested search terms with no results since some products are inactive or inaccesible due to other contraints.
How would you suggest I go abount solving this? Is it possible to make the Spell Check functionality take the query contraints into consideration?