python - django-haystack - filter based on query along with query for search term -
i able search using ?q='search term'. requirement is, among searched terms, should able order them price etc. filter field etc.
will provide more information if necessary.
you should faceting enables search on other fields of model. comes down defining facets , enabling user search them, in addition textual search you're doing keywords.
Comments
Post a Comment