Initial commit

This commit is contained in:
Chuck Skelton
2023-07-24 17:05:23 -07:00
parent 7c0d1642fd
commit dda648fa27
5 changed files with 17 additions and 9 deletions

View File

@@ -219,10 +219,12 @@ export default class QueryTabComponent extends React.Component<IQueryTabComponen
});
try {
//CTODO: Add index metrics to the following method?
const queryResults: ViewModels.QueryResults = await QueryUtils.queryPagesUntilContentPresent(
firstItemIndex,
queryDocuments
);
console.log("Index Metrics: " + queryResults.indexMetrics);
this.setState({ queryResults, error: "" });
} catch (error) {
this.props.tabsBaseInstance.isExecutionError(true);