Skip to content

Commit

Permalink
[Enterprise Search][Search Applications] Remove overview page (#155098)
Browse files Browse the repository at this point in the history
## Summary

Removed the search applications overview page and replaced it as the
default page with the search preview page.
  • Loading branch information
TattdCodeMonkey authored Apr 18, 2023
1 parent 0a38f85 commit e000247
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 760 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const fetchIndices = async ({
const { http } = HttpLogic.values;
const route = '/internal/enterprise_search/indices';
const query = {
page: 1,
from: 0,
return_hidden_indices: false,
search_query: searchQuery || null,
size: INDEX_SEARCH_PAGE_SIZE,
Expand Down

This file was deleted.

Loading

0 comments on commit e000247

Please sign in to comment.