Merge remote-tracking branch 'origin/master-AIO' into feature/IO-3096-GlobalNotifications

This commit is contained in:
Dave Richer
2025-02-26 16:46:00 -05:00

View File

@@ -204,7 +204,7 @@ async function OpenSearchSearchHandler(req, res) {
: process.env.BODY_SHOP_ID_MATCH_OVERRIDE; : process.env.BODY_SHOP_ID_MATCH_OVERRIDE;
const { body } = await osClient.search({ const { body } = await osClient.search({
...(index ? { index } : {}), ...(index ? { index } : { index: ["jobs", "vehicles", "owners", "bills", "payments"] }),
body: { body: {
size: 100, size: 100,
query: { query: {
@@ -248,8 +248,8 @@ async function OpenSearchSearchHandler(req, res) {
"*ownr_fn^8", "*ownr_fn^8",
"*ownr_co_nm^8", "*ownr_co_nm^8",
"*ownr_ph1^8", "*ownr_ph1^8",
"*ownr_ph2^8", "*ownr_ph2^8"
"*" // "*"
] ]
} }
} }