mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-09 09:02:12 +00:00
miner fix related to searchQuery (#978)
This commit is contained in:
parent
37758c619e
commit
7e73f2fecc
@ -190,7 +190,7 @@ const ExplorePage: FunctionComponent = () => {
|
||||
useEffect(() => {
|
||||
fetchData([
|
||||
{
|
||||
queryString: emptyValue,
|
||||
queryString: searchText,
|
||||
from: INITIAL_FROM,
|
||||
size: PAGE_SIZE,
|
||||
filters: emptyValue,
|
||||
@ -199,7 +199,7 @@ const ExplorePage: FunctionComponent = () => {
|
||||
searchIndex: getCurrentIndex(tab),
|
||||
},
|
||||
{
|
||||
queryString: emptyValue,
|
||||
queryString: searchText,
|
||||
from: INITIAL_FROM,
|
||||
size: ZERO_SIZE,
|
||||
filters: emptyValue,
|
||||
@ -208,7 +208,7 @@ const ExplorePage: FunctionComponent = () => {
|
||||
searchIndex: getCurrentIndex(tab),
|
||||
},
|
||||
{
|
||||
queryString: emptyValue,
|
||||
queryString: searchText,
|
||||
from: INITIAL_FROM,
|
||||
size: ZERO_SIZE,
|
||||
filters: emptyValue,
|
||||
@ -217,7 +217,7 @@ const ExplorePage: FunctionComponent = () => {
|
||||
searchIndex: getCurrentIndex(tab),
|
||||
},
|
||||
{
|
||||
queryString: emptyValue,
|
||||
queryString: searchText,
|
||||
from: INITIAL_FROM,
|
||||
size: ZERO_SIZE,
|
||||
filters: emptyValue,
|
||||
|
Loading…
x
Reference in New Issue
Block a user