Custom Query (2152 matches)
Results (640 - 642 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1681 | fixed | Core storage document | ross | ross |
Description |
Document all of the changes and usage for #1574 so that we can mark it 'done done'. Make sure we document any setup issues/processes and the settings.py setup required for CKAN so that Mark can announce next week and it should be easily deployable/testable. Internal (perhaps in README somewhere or wiki): how does process work, where does data end up and in what order etc External: here's how to configure it and here's what you get ... (goes in main sphinx docs) |
|||
#1680 | wontfix | Group refactor top level element | ross | ross |
Description |
The new group refactor allows for a hierarchy of groups where each group has a type - to be able to implement a tree of groups. It will need a flag within the group to denote that it is a top level group, to circumvent the need to determine whether the group is a child of a parent node (for a specific use case - a publisher representing the department that only contains publishers). Suggest 'is_top_level' |
|||
#1678 | fixed | Make synchronous search the default behaviour | amercader | amercader |
Description |
Right now you need to explicitly load the synchronous_search plugin in your ini file, when this is probably the behaviour that all users expect by default. We could keep a config flag to deactivate it, but synchronous search should be the default behaviour. |