I, yet again, forgot to add an important file.
It has since been added, and the new facet works
as it should.
Signed-off-by: Zavier Banks <zbanks@catalyte.io>
}
}
console.debug(`search query: ${fullQuery}`);
-
+ console.log("CTX", ctx, method, this.course_filtered_query)
if (ctx.isStaff) {
method += '.staff';
}
this.course_filtered_query = " (";
var index = 0;
this.pcrud.retrieveAll("acmcm").subscribe(result =>{
+ console.log("Result", result)
if(index==0){
this.course_filtered_query += '(id:'+ result.item()+')'
}