i am using haystack for searching. By default it searches in all the models and then provides the checklist of models indexed to refine search. Is there a way i can override this functionality i.e can i make it search in a particular model by default?? Any help is appreciated.
Share
You can override ModelSearchForm to do this, try something like the below, replacing app_label.model_name with the model(s) you wish to search by default.