Skip to content

Instantly share code, notes, and snippets.

@tbthorpe
Created March 24, 2015 13:37
Show Gist options
  • Save tbthorpe/290ca95cffc167c112ae to your computer and use it in GitHub Desktop.
Save tbthorpe/290ca95cffc167c112ae to your computer and use it in GitHub Desktop.
sqs = RelatedSearchQuerySet().filter(content=query)
sqs = RelatedSearchQuerySet().filter(content=Raw('*' + query + '*'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment