mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 01:15:08 +00:00
🎉 Init (#13918)
Co-authored-by: at91mm <mariusz.gorski@ing.com> Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
This commit is contained in:
parent
fe3e0b4b0a
commit
210f7d2f4b
@ -211,7 +211,7 @@ const DatabaseDetails: FunctionComponent = () => {
|
|||||||
setSchemaDataLoading(true);
|
setSchemaDataLoading(true);
|
||||||
try {
|
try {
|
||||||
const response = await searchQuery({
|
const response = await searchQuery({
|
||||||
query: `*${searchValue}*`,
|
query: `(name.keyword:*${searchValue}*) OR (description.keyword:*${searchValue}*)`,
|
||||||
pageNumber,
|
pageNumber,
|
||||||
pageSize: PAGE_SIZE,
|
pageSize: PAGE_SIZE,
|
||||||
queryFilter: {
|
queryFilter: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user