Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1585 - 1587 of 2152)

Ticket Resolution Summary Owner Reporter
#243 worksforme Repetition of number of packages in a group rgrp dread

Reported by dread, 4 years ago.

Description

http://ckan.net/group/publicdomain has:

"There is 16 package in this group. There are 16 packages in this group."

#244 fixed Several links preceded by link URL rgrp dread

Reported by dread, 4 years ago.

Description

e.g. Text on ckan.net home page:

"All material available under an /licenseopen license"

Also seen on the package edit page: "/user/loginClick here to sign in"

I believe this is due to the i18n additions from Benoit. Maybe needs new Genshi. Maybe best to work round in the meantime.

#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

Note: See TracQuery for help on using queries.