mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-09 17:12:02 +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(() => {
|
useEffect(() => {
|
||||||
fetchData([
|
fetchData([
|
||||||
{
|
{
|
||||||
queryString: emptyValue,
|
queryString: searchText,
|
||||||
from: INITIAL_FROM,
|
from: INITIAL_FROM,
|
||||||
size: PAGE_SIZE,
|
size: PAGE_SIZE,
|
||||||
filters: emptyValue,
|
filters: emptyValue,
|
||||||
@ -199,7 +199,7 @@ const ExplorePage: FunctionComponent = () => {
|
|||||||
searchIndex: getCurrentIndex(tab),
|
searchIndex: getCurrentIndex(tab),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
queryString: emptyValue,
|
queryString: searchText,
|
||||||
from: INITIAL_FROM,
|
from: INITIAL_FROM,
|
||||||
size: ZERO_SIZE,
|
size: ZERO_SIZE,
|
||||||
filters: emptyValue,
|
filters: emptyValue,
|
||||||
@ -208,7 +208,7 @@ const ExplorePage: FunctionComponent = () => {
|
|||||||
searchIndex: getCurrentIndex(tab),
|
searchIndex: getCurrentIndex(tab),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
queryString: emptyValue,
|
queryString: searchText,
|
||||||
from: INITIAL_FROM,
|
from: INITIAL_FROM,
|
||||||
size: ZERO_SIZE,
|
size: ZERO_SIZE,
|
||||||
filters: emptyValue,
|
filters: emptyValue,
|
||||||
@ -217,7 +217,7 @@ const ExplorePage: FunctionComponent = () => {
|
|||||||
searchIndex: getCurrentIndex(tab),
|
searchIndex: getCurrentIndex(tab),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
queryString: emptyValue,
|
queryString: searchText,
|
||||||
from: INITIAL_FROM,
|
from: INITIAL_FROM,
|
||||||
size: ZERO_SIZE,
|
size: ZERO_SIZE,
|
||||||
filters: emptyValue,
|
filters: emptyValue,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user