Merged PR 1719: adjusted query typo

adjusted query typo

Related work items: #17392
This commit is contained in:
Robert Bond
2025-07-03 12:05:58 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export default async function ApiProxy(req, res) {
searchString + searchString +
"')) and pinswg_appealcasetype ne null " + "')) and pinswg_appealcasetype ne null " +
(process.env.SHOWSIPS !== "true" (process.env.SHOWSIPS !== "true"
? "and pinswg_appealcasetype ne 846040002" ? "and pinswg_appealcasetype ne 846040002 "
: "") + : "") +
"and pinswg_publishtoweb eq true&$orderby=createdon desc&$count=true"; "and pinswg_publishtoweb eq true&$orderby=createdon desc&$count=true";
@@ -85,7 +85,7 @@ export default async function ApiProxy(req, res) {
searchString + searchString +
"')) and pinswg_appealcasetype ne null " + "')) and pinswg_appealcasetype ne null " +
(process.env.SHOWSIPS !== "true" (process.env.SHOWSIPS !== "true"
? "and pinswg_appealcasetype ne 846040002" ? "and pinswg_appealcasetype ne 846040002 "
: "") + : "") +
"and pinswg_publishtoweb eq true&$orderby=" + "and pinswg_publishtoweb eq true&$orderby=" +
orderby + orderby +