Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1399 - 1401 of 2152)

Ticket Resolution Summary Owner Reporter
#1361 fixed Simple search support rgrp rgrp

Reported by rgrp, 3 years ago.

Description

Would be nice if CKAN could work out of the box without the need for SOLR (solr is great but complex and heavyweight to install).

Propose:

  • ckan.simple_search config option
  • If set:
    • query via simple query to database backend
    • do no specialized indexing

Extras

Remove

  • TagSearchQuery? from lib/search (just do a search directly)?
  • #1360: filter by downloadable and filter by open search options

Possible Extras

(Probably future improvements)

  • Re-introduce full-text search indexing where supported in e.g. postgres and use for querying
#1362 fixed Clearing the database should also clear the search index johnglover johnglover

Reported by johnglover, 3 years ago.

Description

When paster db clean is run, the search index should also be cleared.

#1363 fixed Add task_status table to store qa/archiever/webstore information that does not need to be versioned. johnglover kindly

Reported by kindly, 3 years ago.

Description
table: task_status

id
entity_id
entity_type
task_type
key
value
last_updated
state

unique(entity_id, task_type, key)

example keys:
last_task_id
Note: See TracQuery for help on using queries.