@@ -191,7 +191,7 @@ function skipLoader(config) {
191191 new RegExp ( 'http(s*)://(.*?)/conversation/(.*?)/(.*?)' , 'g' ) ,
192192 new RegExp ( 'http(s*)://(.*?)/agent' , 'g' ) ,
193193 new RegExp ( 'http(s*)://(.*?)/knowledge/collection/(.*?)/data/page' , 'g' ) ,
194- new RegExp ( 'http(s*)://(.*?)/knowledge/collection/(.*?)/search ' , 'g' ) ,
194+ new RegExp ( 'http(s*)://(.*?)/knowledge/collection/(.*?)/query ' , 'g' ) ,
195195 new RegExp ( 'http(s*)://(.*?)/knowledge/collection/(.*?)' , 'g' ) ,
196196 new RegExp ( 'http(s*)://(.*?)/knowledge/collection/(.*?)/file/page' , 'g' ) ,
197197 new RegExp ( 'http(s*)://(.*?)/knowledge/collection/(.*?)/file/upload' , 'g' ) ,
@@ -277,7 +277,7 @@ function skipGlobalError(config) {
277277 const postRegexes = [
278278 new RegExp ( 'http(s*)://(.*?)/knowledge/collection/(.*?)/data' , 'g' ) ,
279279 new RegExp ( 'http(s*)://(.*?)/knowledge/collection/(.*?)/data/page' , 'g' ) ,
280- new RegExp ( 'http(s*)://(.*?)/knowledge/collection/(.*?)/search ' , 'g' ) ,
280+ new RegExp ( 'http(s*)://(.*?)/knowledge/collection/(.*?)/query ' , 'g' ) ,
281281 new RegExp ( 'http(s*)://(.*?)/knowledge/collection/(.*?)' , 'g' ) ,
282282 new RegExp ( 'http(s*)://(.*?)/knowledge/collection' , 'g' ) ,
283283 new RegExp ( 'http(s*)://(.*?)/knowledge/collection/(.*?)/file/page' , 'g' ) ,
0 commit comments