To specify a term which contains spaces, use single quotes like this:
'term with spaces'
By using a search like fieldname:term
,
you can search in the following fields:
classifiers
classifiers:'Programming Language :: Python :: 3'
index
index:pypi
keywords
name
name:devpi-client
path
path:/root/pypi/devpi-server
type
project
for the project name,
title
for the title of a documentation page,
page
for a documentation page,
or one of the following project metadata fields:
author
, author_email
,
description
, keywords
,
summary
. For example: type:page
user
End a term with an asterisk to search by prefix like this: path:/fschulze/*
Group query clauses with parentheses.
Use the AND
, OR
,
ANDNOT
, ANDMAYBE
, and NOT
operators to further refine your search.
Write them in all capital letters, otherwise they will be interpreted as search terms.
An example search would be: devpi ANDNOT client
Boost a term by adding a circumflex followed by the boost value like this:
term^2