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:
mgorsk1 2023-11-10 06:46:54 +01:00 committed by GitHub
parent fe3e0b4b0a
commit 210f7d2f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {