{% extends "base.html" %} {% block title %}{{ _("Advanced search") }}{% end block %} {% block body %}
{% if pattern %}{{ _("Type a search pattern into the box below and hit the button.") }}
{% end %}{{ _("If you type a package name to the search box you will get a link to the package.") }} {{ _("The search is performed in case insensitive mode.") }}
{{ _("If you type a UUID to the search box, you will be directed to the job, build or package it belongs to.") }} {{ _("This is a handy feature if you have a UUID and search for the corresponding package or build.") }}
{{ _("You may also search for file names.") }} {{ _("You will get a list of packages that contain the file.") }} {{ _("The search pattern must start with a slash that it will be recognized as a file.") }}