Skip to content
Snippets Groups Projects
Commit 60375a2b authored by Arnaud Levy's avatar Arnaud Levy
Browse files

search

parent 5a5cc8e7
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ console.log(`
const command = process.argv[2];
let pagefindExclude = `
.administrators__term,
.authors__term,
.categories__term,
.diplomas__taxonomy, .block-diplomas,
......@@ -29,7 +30,9 @@ let pagefindExclude = `
.pages__section, .block-pages,
.persons__section, .block-persons,
.posts__section, .block-posts, .post-sidebar,
.programs__section, .block-programs
.programs__section, .block-programs,
.researchers__term,
.teachers__term
`;
function execute(string) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment