Jean-Philippe Lang 58610ec52a Search engine: issue custom fields can now be searched.
Each issue custom field (excepting numeric, date and boolean fields) can be marked as "Searchable" (default to false).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@994 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-14 18:54:55 +00:00

58 lines
1.1 KiB
YAML

---
custom_fields_001:
name: Database
min_length: 0
regexp: ""
is_for_all: false
type: IssueCustomField
max_length: 0
possible_values: MySQL|PostgreSQL|Oracle
id: 1
is_required: false
field_format: list
custom_fields_002:
name: Searchable field
min_length: 1
regexp: ""
is_for_all: true
type: IssueCustomField
max_length: 100
possible_values: ""
id: 2
is_required: false
field_format: string
searchable: true
custom_fields_003:
name: Development status
min_length: 0
regexp: ""
is_for_all: false
type: ProjectCustomField
max_length: 0
possible_values: Stable|Beta|Alpha|Planning
id: 3
is_required: true
field_format: list
custom_fields_004:
name: Phone number
min_length: 0
regexp: ""
is_for_all: false
type: UserCustomField
max_length: 0
possible_values: ""
id: 4
is_required: false
field_format: string
custom_fields_005:
name: Money
min_length: 0
regexp: ""
is_for_all: false
type: UserCustomField
max_length: 0
possible_values: ""
id: 5
is_required: false
field_format: float