Skip to content

Commit

Permalink
removed from search results
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Dec 2, 2023
1 parent 1e34d0a commit 593df33
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions frontend/src/views/SchoolSearchView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,20 @@ const searchSchools = async () => {
valueType: 'STRING',
condition: 'AND'
})
params[0].searchCriteriaList.push({
key: 'schoolCategoryCode',
operation: 'nin',
value: 'FED_BAND, POST_SEC,YUKON',
valueType: 'STRING',
condition: 'AND'
})
params[0].searchCriteriaList.push({
key: 'facilityTypeCode',
operation: 'nin',
value: 'SUMMER,PROVINCIAL,DIST_CONT, ELEC_DELIV,POST_SEC,JUSTB4PRO,SUMMER',
valueType: 'STRING',
condition: 'AND'
})
const jsonString = JSON.stringify(params)
const encodedParams = encodeURIComponent(jsonString)
Expand Down

0 comments on commit 593df33

Please sign in to comment.