Suggested Search is defualt to only include english

Wondering if there is a way to do a bulk edit on all existing created pages from cn_CA to just cn.
We are having issue finding pages that are not set to default English. I’ve also noticed when using suggested search then hitting enter. These pages only show once you selecting the language to be included. What is the best way around this.

Was able to do bulk edit via db with the following

update xwikidoc
set xwd_default_language = ‘en_CA’
where xwd_default_language = ‘en’;

1 Like