feat(v3): robust search wildcards, smart status filtering, and fixed ID population
This commit is contained in:
@@ -22,7 +22,7 @@ journal_obj_li = {
|
||||
'searchable_fields': [
|
||||
'journal_id_random', 'name', 'short_name', 'summary', 'outline',
|
||||
'description', 'type_code', 'tags', 'billable', 'enable', 'hide',
|
||||
'priority', 'group', 'created_on', 'updated_on'
|
||||
'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
|
||||
],
|
||||
},
|
||||
'journal_entry': {
|
||||
@@ -44,8 +44,8 @@ journal_obj_li = {
|
||||
'searchable_fields': [
|
||||
'journal_entry_id_random', 'journal_id_random', 'name', 'short_name',
|
||||
'summary', 'content', 'type_code', 'topic_code', 'category_code',
|
||||
'tags', 'location', 'billable', 'enable', 'hide', 'priority', 'group',
|
||||
'created_on', 'updated_on'
|
||||
'tags', 'location', 'billable', 'enable', 'hide', 'priority', 'sort',
|
||||
'group', 'notes', 'created_on', 'updated_on'
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user