FIX: Fix choose-topic component to search by url (#8574)

This commit is contained in:
Mark VanLandingham 2019-12-17 13:01:52 -08:00 committed by GitHub
parent d37dc14c57
commit e916bd7ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ export default Component.extend({
if (!isEmpty(title)) { if (!isEmpty(title)) {
searchParams.typeFilter = "topic"; searchParams.typeFilter = "topic";
searchParams.restrictToArchetype = "regular"; searchParams.restrictToArchetype = "regular";
searchParams.searchForId = true;
} }
searchForTerm(titleWithFilters, searchParams).then(results => { searchForTerm(titleWithFilters, searchParams).then(results => {