fix: Add sensible doctypes for global search
This commit is contained in:
parent
c669167efb
commit
4b525f5f66
1 changed files with 9 additions and 7 deletions
|
|
@ -304,14 +304,16 @@ user_privacy_documents = [
|
|||
global_search_doctypes = [
|
||||
{"doctype": "Contact"},
|
||||
{"doctype": "Address"},
|
||||
{"doctype": "Event"},
|
||||
{"doctype": "Note"},
|
||||
{"doctype": "Google Calendar"},
|
||||
{"doctype": "Auto Repeat"},
|
||||
{"doctype": "ToDo"},
|
||||
{"doctype": "Note"},
|
||||
{"doctype": "Event"},
|
||||
{"doctype": "Blog Post"},
|
||||
{"doctype": "Dashboard"},
|
||||
{"doctype": "Country"},
|
||||
{"doctype": "Currency"},
|
||||
{"doctype": "Newsletter"},
|
||||
{"doctype": "Contact Us Settings"},
|
||||
{"doctype": "Google Contacts"}
|
||||
]
|
||||
{"doctype": "Letter Head"},
|
||||
{"doctype": "Workflow"},
|
||||
{"doctype": "Web Page"},
|
||||
{"doctype": "Web Form"}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue