{% extends "base.html" %} {% block title %}{{ _("Advanced search") }}{% end block %} {% block body %} {% if pattern %} {% else %}

{{ _("Type a search pattern into the box below and hit the button.") }}

{% end %}

{{ _("Search for packages by name or description") }}

{{ _("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.") }}

{{ _("Search for UUIDs") }}

{{ _("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.") }}

{{ _("Examples") }}
  • fde110ca-f7d9-4ae5-a6c4-1e465a05662a

{{ _("Search for files") }}

{{ _("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.") }}

{{ _("Examples") }}
  • /bin/bash
  • /usr/bin/gcc
{% end block %}