Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1972 - 1974 of 2152)

Ticket Resolution Summary Owner Reporter
#233 fixed Allow simple site-specific customization/overriding of templates rgrp rgrp

Reported by rgrp, 4 years ago.

Description

Options:

  1. Allow for specification of genshi template paths to search in config. This way people can introduce their own templates and these templates can selectively override existing templates. (Already implemented this in shakespeare and it works)
  1. Include an extra site-specific genshi template which can then be used to customize site (e.g. by having specific calls to py:def that user can define but which are ignored if they don't exist).

Can do this using:

<xi:include href="base.html"><xi:fallback /></xi:include>

#1112 fixed Allow searching for all packages dread dread

Reported by dread, 3 years ago.

Description
GET api/search/package?q=

returns all packages. This is so you can filter them e.g. by openness, which is not currently possible.

#274 fixed Allow searching by any extra field rgrp rgrp

Reported by rgrp, 4 years ago.

Description

At the moment only support a very limited set of extra fields (see docs for details). Should support arbitrary extra fields (note no need to put these in special full text index though ...)

Cost: 1h

Note: See TracQuery for help on using queries.