|
577 | 577 | "fieldsets": ["basics", "extras", "categories", "studies"], |
578 | 578 | "metrics": {"count": {"description": "Total count", "name": "count"}}, |
579 | 579 | "search_fields": [ |
580 | | - "title_only", |
581 | | - "raw_affiliations", |
582 | 580 | "full_data", |
| 581 | + "title_only", |
583 | 582 | "investigators", |
584 | 583 | "title_abstract_only", |
| 584 | + "raw_affiliations", |
585 | 585 | ], |
586 | 586 | }, |
587 | 587 | "datasets": { |
|
875 | 875 | "type": "string", |
876 | 876 | }, |
877 | 877 | "repository": { |
878 | | - "description": "Repository associtated with the dataset.", |
| 878 | + "description": "Repository associated with the dataset.", |
879 | 879 | "is_entity": True, |
880 | 880 | "is_facet": True, |
881 | 881 | "is_filter": True, |
|
958 | 958 | }, |
959 | 959 | "fieldsets": ["basics", "categories"], |
960 | 960 | "metrics": {"count": {"description": "Total count", "name": "count"}}, |
961 | | - "search_fields": ["full_data", "title_only", "title_abstract_only"], |
| 961 | + "search_fields": ["title_abstract_only", "title_only", "full_data"], |
962 | 962 | }, |
963 | 963 | "funder_groups": { |
964 | 964 | "fields": { |
|
1005 | 1005 | "long_description": None, |
1006 | 1006 | "type": "string", |
1007 | 1007 | }, |
| 1008 | + "active_status": { |
| 1009 | + "description": None, |
| 1010 | + "is_entity": False, |
| 1011 | + "is_facet": True, |
| 1012 | + "is_filter": True, |
| 1013 | + "is_multivalue": False, |
| 1014 | + "long_description": None, |
| 1015 | + "type": "string", |
| 1016 | + }, |
1008 | 1017 | "active_year": { |
1009 | 1018 | "description": "List of active years for a grant.", |
1010 | 1019 | "is_entity": False, |
|
1428 | 1437 | "long_description": None, |
1429 | 1438 | "type": "states", |
1430 | 1439 | }, |
| 1440 | + "research_org_types": { |
| 1441 | + "description": "Type of organisation to which investigators are affiliated. This field only contains information for organisations with GRID IDs.", |
| 1442 | + "is_entity": False, |
| 1443 | + "is_facet": True, |
| 1444 | + "is_filter": True, |
| 1445 | + "is_multivalue": False, |
| 1446 | + "long_description": None, |
| 1447 | + "type": "string", |
| 1448 | + }, |
1431 | 1449 | "research_orgs": { |
1432 | 1450 | "description": "GRID organisations receiving the grant (note: identifiers are automatically extracted from the source text and can be missing in some cases).", |
1433 | 1451 | "is_entity": True, |
|
1493 | 1511 | }, |
1494 | 1512 | "search_fields": [ |
1495 | 1513 | "concepts", |
1496 | | - "title_only", |
1497 | | - "raw_affiliations", |
1498 | 1514 | "full_data", |
| 1515 | + "title_only", |
1499 | 1516 | "investigators", |
1500 | 1517 | "title_abstract_only", |
| 1518 | + "raw_affiliations", |
1501 | 1519 | ], |
1502 | 1520 | }, |
1503 | 1521 | "organizations": { |
|
2207 | 2225 | "is_entity": False, |
2208 | 2226 | "is_facet": False, |
2209 | 2227 | "is_filter": True, |
2210 | | - "is_multivalue": False, |
| 2228 | + "is_multivalue": True, |
2211 | 2229 | "long_description": None, |
2212 | 2230 | "type": "json", |
2213 | 2231 | }, |
|
2344 | 2362 | "inventors", |
2345 | 2363 | "title_only", |
2346 | 2364 | "assignees", |
2347 | | - "full_data", |
2348 | 2365 | "title_abstract_only", |
| 2366 | + "full_data", |
2349 | 2367 | ], |
2350 | 2368 | }, |
2351 | 2369 | "policy_documents": { |
|
2551 | 2569 | }, |
2552 | 2570 | "fieldsets": ["basics", "categories"], |
2553 | 2571 | "metrics": {"count": {"description": "Total count", "name": "count"}}, |
2554 | | - "search_fields": ["full_data", "title_only"], |
| 2572 | + "search_fields": ["title_only", "full_data"], |
2555 | 2573 | }, |
2556 | 2574 | "publications": { |
2557 | 2575 | "fields": { |
|
2816 | 2834 | "long_description": None, |
2817 | 2835 | "type": "string", |
2818 | 2836 | }, |
| 2837 | + "document_type": { |
| 2838 | + "description": "Document type prediction based on the content and metadata of a publication.", |
| 2839 | + "is_entity": False, |
| 2840 | + "is_facet": True, |
| 2841 | + "is_filter": True, |
| 2842 | + "is_multivalue": False, |
| 2843 | + "long_description": None, |
| 2844 | + "type": "string", |
| 2845 | + }, |
2819 | 2846 | "doi": { |
2820 | 2847 | "description": "Digital object identifier.", |
2821 | 2848 | "is_entity": False, |
|
3095 | 3122 | "long_description": None, |
3096 | 3123 | "type": "string", |
3097 | 3124 | }, |
| 3125 | + "research_org_types": { |
| 3126 | + "description": "Types of organisation associated with the publication. This field only contains information for organisations with GRID IDs.", |
| 3127 | + "is_entity": False, |
| 3128 | + "is_facet": True, |
| 3129 | + "is_filter": True, |
| 3130 | + "is_multivalue": True, |
| 3131 | + "long_description": None, |
| 3132 | + "type": "string", |
| 3133 | + }, |
3098 | 3134 | "research_orgs": { |
3099 | 3135 | "description": "GRID organisations associated to a publication. Identifiers are automatically extracted from author affiliations text, so they can be missing in some cases (note: this field supports :ref:`filter-functions`: ``count``).", |
3100 | 3136 | "is_entity": True, |
|
3242 | 3278 | }, |
3243 | 3279 | "search_fields": [ |
3244 | 3280 | "acknowledgements", |
3245 | | - "authors", |
3246 | 3281 | "concepts", |
3247 | 3282 | "full_data_exact", |
3248 | | - "full_data", |
3249 | 3283 | "terms", |
3250 | 3284 | "title_abstract_only", |
3251 | 3285 | "raw_affiliations", |
| 3286 | + "authors", |
3252 | 3287 | "title_only", |
| 3288 | + "full_data", |
3253 | 3289 | ], |
3254 | 3290 | }, |
3255 | 3291 | "reports": { |
|
3617 | 3653 | }, |
3618 | 3654 | "fieldsets": ["basics", "categories"], |
3619 | 3655 | "metrics": {"count": {"description": "Total count", "name": "count"}}, |
3620 | | - "search_fields": ["full_data", "concepts", "title_abstract_only"], |
| 3656 | + "search_fields": ["concepts", "title_abstract_only", "full_data"], |
3621 | 3657 | }, |
3622 | 3658 | "research_org_groups": { |
3623 | 3659 | "fields": { |
|
0 commit comments