Oracuda
Oracuda
Subexpressions using parenthesis, for example; `(cat, beach, -(dog, -boat))` would show posts with cats and beaches and hide posts with dogs that dont have boats
It is often incredibly frustrating for users to be told that their commonly used password isn't strong enough, so I suggest discuit adds something like https://github.com/dropbox/zxcvbn or https://github.com/wagslane/go-password-validator to calculate...
Elasticsearch could be used for searching, or a slower SQL query. On the API end, modifiers such as the following could be included in the search string for more customization,...
`posts = posts.exclude(tags__name__in=request.user.tag_blacklist.splitlines())`