Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (244 - 246 of 2152)

Ticket Resolution Summary Owner Reporter
#248 fixed i18n of forms dread rgrp

Reported by rgrp, 4 years ago.

Description

Need to do i18n of forms (not in templates but in code). Should consult with tonfa about this.

#249 invalid Regex search rgrp dread

Reported by dread, 4 years ago.

Description

Search of package name and title (and other fields) using regular expressions.

Current example use-case: Wanting to specify packages with title beginning with 'B'.

Issues:

  • Syntax for specifying regex over natural language search - could it be contained in the q param so be available to users of the WUI, or do we simply make it alternative fields?

Implementation:

  • Postgres reg ex searching detailed here:

http://www.postgresql.org/docs/current/static/functions-matching.html#FUNCTIONS-POSIX-TABLE

#251 fixed Present in the API a list of revision IDs, and present individual revisions when referenced by ID johnbywater johnbywater

Reported by johnbywater, 4 years ago.

Description

Want to have:

  • /api/search/revision/

Support querying by "since time" and "since revision". Each individual revision should be available in the REST API (read-only):

  • /api/rest/revision/{revision ID}
    • should include revision attributes plus revision.packages e.g. like { "id": "...", ... "packages": [ list of packages names from e.g. revision.packages ] }
Note: See TracQuery for help on using queries.