|
20 | 20 | "query": {"type": "string", "description": "Search query text"}, |
21 | 21 | "filter": { |
22 | 22 | "type": "string", |
23 | | - "description": "OData filter expression supporting complex boolean logic. Examples: \"SourceDocumentDataSource eq 'GAO'\", \"SourceDocumentDataSource eq 'GAO' or SourceDocumentDataSource eq 'OIG'\", \"SourceDocumentDataSource eq 'GAO' and RecStatus ne 'Closed'\", \"SourceDocumentDataSource ne 'Department of Justice' and not (RecStatus eq 'Closed')\", \"IsIntegrityRelated eq 'Yes' and RecPriorityFlag in ('High', 'Critical')\", \"SourceDocumentPublishDate ge '2020-01-01' and SourceDocumentPublishDate le '2024-12-31'\", \"(SourceDocumentDataSource eq 'GAO' or SourceDocumentDataSource eq 'OIG') and RecStatus eq 'Open'\"", |
| 23 | + "description": ( |
| 24 | + "OData filter expression supporting complex boolean logic. " |
| 25 | + "Examples: \"SourceDocumentDataSource eq 'GAO'\", " |
| 26 | + "\"SourceDocumentDataSource eq 'GAO' or " |
| 27 | + "SourceDocumentDataSource eq 'OIG'\", " |
| 28 | + "\"SourceDocumentDataSource eq 'GAO' and RecStatus ne 'Closed'\", " |
| 29 | + "\"SourceDocumentDataSource ne 'Department of Justice' and not " |
| 30 | + "(RecStatus eq 'Closed')\", " |
| 31 | + "\"IsIntegrityRelated eq 'Yes' and RecPriorityFlag in " |
| 32 | + "('High', 'Critical')\", " |
| 33 | + "\"SourceDocumentPublishDate ge '2020-01-01' and " |
| 34 | + "SourceDocumentPublishDate le '2024-12-31'\", " |
| 35 | + "\"(SourceDocumentDataSource eq 'GAO' or " |
| 36 | + "SourceDocumentDataSource eq 'OIG') and RecStatus eq 'Open'\"" |
| 37 | + ), |
24 | 38 | }, |
25 | 39 | "page": { |
26 | 40 | "type": "integer", |
|
64 | 78 | }, |
65 | 79 | "filter": { |
66 | 80 | "type": "string", |
67 | | - "description": "Optional OData filter expression. Examples: \"SourceDocumentDataSource eq 'GAO'\", \"SourceDocumentDataSource eq 'GAO' and RecStatus ne 'Closed'\", \"IsIntegrityRelated eq 'Yes' and RecPriorityFlag in ('High', 'Critical')\", \"SourceDocumentPublishDate ge '2020-01-01' and SourceDocumentPublishDate le '2024-12-31'\"", |
| 81 | + "description": ( |
| 82 | + "Optional OData filter expression. " |
| 83 | + "Examples: \"SourceDocumentDataSource eq 'GAO'\", " |
| 84 | + "\"SourceDocumentDataSource eq 'GAO' and RecStatus ne 'Closed'\", " |
| 85 | + "\"IsIntegrityRelated eq 'Yes' and RecPriorityFlag in " |
| 86 | + "('High', 'Critical')\", " |
| 87 | + "\"SourceDocumentPublishDate ge '2020-01-01' and " |
| 88 | + "SourceDocumentPublishDate le '2024-12-31'\"" |
| 89 | + ), |
68 | 90 | }, |
69 | 91 | }, |
70 | 92 | }, |
|
85 | 107 | "description": ( |
86 | 108 | "OData filter expression supporting complex boolean logic. " |
87 | 109 | "Examples: \"SourceDocumentDataSource eq 'GAO'\", " |
88 | | - "\"SourceDocumentDataSource eq 'GAO' or SourceDocumentDataSource eq 'OIG'\", " |
| 110 | + "\"SourceDocumentDataSource eq 'GAO' or " |
| 111 | + "SourceDocumentDataSource eq 'OIG'\", " |
89 | 112 | "\"SourceDocumentDataSource eq 'GAO' and RecStatus ne 'Closed'\", " |
90 | 113 | "\"SourceDocumentTitle contains 'fraud'\"" |
91 | 114 | ), |
|
127 | 150 | }, |
128 | 151 | "filter": { |
129 | 152 | "type": "string", |
130 | | - "description": "Optional OData filter expression. Examples: \"SourceDocumentDataSource eq 'GAO'\", \"SourceDocumentDataSource eq 'GAO' and RecStatus ne 'Closed'\"", |
| 153 | + "description": ( |
| 154 | + "Optional OData filter expression. " |
| 155 | + "Examples: \"SourceDocumentDataSource eq 'GAO'\", " |
| 156 | + "\"SourceDocumentDataSource eq 'GAO' and RecStatus ne 'Closed'\"" |
| 157 | + ), |
131 | 158 | }, |
132 | 159 | }, |
133 | 160 | }, |
|
0 commit comments