Ticket #151 (new enhancement) — at Version 1

Opened 5 years ago

Last modified 4 years ago

User object should have a created attribute

Reported by: rgrp Owned by: dread
Priority: critical Milestone: v0.11
Component: ckan Keywords:
Cc: Repository:
Theme:

Description (last modified by rgrp) (diff)

User object should have a "created" attribute initialized on creation CREATE INDEX pgweb_idx ON pgweb USING gin(to_tsvector(config_name, body));

where config_name is a column in the pgweb table. This allows mixed configurations in the same index while recording which configuration was used for each index entry. This would be useful, for example, if the document collection contained documents in different languages. Again, queries that are to use the index must be phrased to match, e.g. WHERE to_tsvector(config_name, body) @@ 'a & b'. to current datetime.

Require a db migration but o/w very simple.

Cost: 1.5h

Change History

comment:1 Changed 4 years ago by rgrp

  • Priority changed from minor to critical
  • Description modified (diff)
Note: See TracTickets for help on using tickets.