Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (610 - 612 of 2152)

Ticket Resolution Summary Owner Reporter
#273 fixed Investigate search index options and create tickets pudo rgrp

Reported by rgrp, 4 years ago.

Description

Work already here: http://knowledgeforge.net/ckan/trac/wiki/SearchEngine

Add knowledge there or to:

http://wiki.okfn.org/SoftwareTools/Search

#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

#275 fixed Add forms renderer for JsonType fixing bugs in admin interface dread rgrp

Reported by rgrp, 4 years ago.

Description

This will solve e.g. issues in formalchemy admin interface (which is due to lack of renderer for Json type)

Cost: 0.5h

from ckan.model.types import JsonType

forms.FieldSet.default_renderers[JsonType] = formalchemy.fields.TextFieldRenderer
Note: See TracQuery for help on using queries.