{% extends "home.html" %} {% block pagetype %}search{% endblock %} {% block title %} Search for "{{query}}" - {{SITE_NAME}}" {% endblock %} {% block PseudoSubmitForm %}{% endblock %} {% block navbar %} {% if not '/users' in request.path %}
{% endif %} {% endblock %} {% block content %}
{% if not request.path.startswith('/search/users') %} Advanced search parameters (with examples)
  • author:quadnarca
  • domain:reddit.com
  • over18:true
  • {{HOLE_NAME}}:music
  • before:1660590018
  • after:1660590018
  • {% if request.path.startswith('/search/comments') %}
  • post:504
  • {% endif %}

{% endif %}
Showing {% block listinglength %}{{listing | length}}{% endblock %} of {{total}} result{{'s' if total != 1 else ''}} for

{{query}}

{% if not '/users' in request.path %}
{% endif %}
{% block listing_template %} {% include "submission_listing.html" %} {% endblock %}
{% endblock %} {% block pagenav %} {% endblock %}