Búsquedas

Nuevo en la versión 3.9.

Advanced queries using boolean operations, parentheses, or field specific lookup can be used to find the strings you want.

When no field is defined, the lookup happens on Source, Translate and Context fields.

../_images/search.png

Campos

source:TEXTO

Source string case insensitive search.

target:TEXTO

Target string case insensitive search.

context:TEXTO

Context string case insensitive search.

key:TEXTO

Key string case insensitive search.

note:TEXTO

Comment string case insensitive search.

location:TEXTO

Location string case insensitive search.

priority:NÚMERO

String priority.

added:FECHA Y HORA

Timestamp for when the string was added to Weblate.

state:TEXTO

State search (approved, translated, needs-editing, empty, read-only), supports Operadores de campo.

pending:BOOLEANO

String pending for flushing to VCS.

has:TEXTO

Search for string having attributes - plural, context, suggestion, comment, check, dismissed-check, translation, variant, screenshot (works only on source strings).

is:TEXTO

Search for string states (pending, translated, untranslated).

language:TEXTO

String target language.

component:TEXTO

Component slug, see «Slug» del componente.

project:TEXTO

Project slug, see «Slug» del proyecto.

changed_by:TEXTO

String was changed by author with given username.

changed:FECHA Y HORA

String was changed on date, supports Operadores de campo.

check:TEXTO

String has failing check.

dismissed_check:TEXTO

String has dismissed check.

comment:TEXTO

Search in user comments.

comment_author:TEXTO

Filter by comment author.

suggestion:TEXTO

Search in suggestions.

suggestion_author:TEXTO

Filter by suggestion author.

Operadores booleanos

You can combine lookups using AND, OR, NOT and parentheses to form complex queries. For example: state:translated AND (source:hello OR source:bar)

Operadores de campo

You can specify operators, ranges or partial lookups for date or numeric searches:

state:>=translated

State is translated or better (approved).

changed:2019

Changed in year 2019.

changed:[2019-03-01 to 2019-04-01]

Changed between two given dates.

Operadores exactos

You can do an exact match query on different string fields using = operator. For example, to search for all source strings exactly matching hello world, use: source:="hello world". For searching single word expressions, you can skip quotes. For example, to search for all source strings matching hello, you can use: source:=hello.

Expresiones regulares

Anywhere text is accepted you can also specify a regular expression as r"regexp". For instance, to search for all source strings which contain any digit between 2 and 5, use: source:r"[2-5]"

Consultas predefinidas

You can select out of predefined queries on the search page, this allows you to quickly access the most frequent searches:

../_images/query-dropdown.png

Ordenar los resultados

There are many options to order the strings according to your needs:

../_images/query-sort.png