Page MenuHomePhabricator

Allow projects queries to group results by custom fields
Closed, DuplicatePublic

Event Timeline

swisspol raised the priority of this task from to Needs Triage.
swisspol updated the task description. (Show Details)
swisspol added a subscriber: swisspol.

Projects queries should already be able to search by custom fields, if you specify search in the field specification. Here's a screenshot of my local install that lets me search by "Project Motto":

Screen_Shot_2014-05-15_at_7.55.09_AM.png (276×1 px, 32 KB)

Some possible issues:

  • You don't have search specified in the config.
  • You are trying to search on a field which does not currently support indexing (I think there are only a handful of these). What type of field do you want to search on?

Search is enabled for our custom fields but they are of the pop-up menu kind. You are correct that search works.

swisspol renamed this task from Allow projects queries to search and group by custom fields to Allow projects queries to group results by custom fields.May 15 2014, 3:00 PM

Okay. I'm going to merge this into T5018 since both applications use the same underlying infrastructure, which is where almost all of the changes would need to take place.