1👍
✅
I’ve not tried this yet myself but you should be able to restrict it to certain models like this.
SearchQuerySet().models(Article).more_like_this(an_article)
http://django-haystack.readthedocs.org/en/latest/searchqueryset_api.html#models
Source:stackexchange.com