Skip to content

Commit 48f22d1

Browse files
committed
Update placeholder sample query to refer to documents instead of pages since that query works better
1 parent 3f17df2 commit 48f22d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/src/components/document-analytics-layout/AnalyticsQueryInput.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ const AnalyticsQueryInput = ({ onSubmit, isSubmitting, selectedResult }) => {
277277
<Grid gridDefinition={[{ colspan: { default: 12, xxs: 9 } }, { colspan: { default: 12, xxs: 3 } }]}>
278278
<FormField label="Enter your analytics query">
279279
<Input
280-
placeholder="How has number of pages processed per day trended over the past three weeks?"
280+
placeholder="How has the number of documents processed per day trended over the past three weeks?"
281281
value={query}
282282
onChange={({ detail }) => setQuery(detail.value)}
283283
disabled={isSubmitting}

0 commit comments

Comments
 (0)