mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Fix choose-topic component to search by url (#8574)
This commit is contained in:
parent
d37dc14c57
commit
e916bd7ea0
@ -82,6 +82,7 @@ export default Component.extend({
|
||||
if (!isEmpty(title)) {
|
||||
searchParams.typeFilter = "topic";
|
||||
searchParams.restrictToArchetype = "regular";
|
||||
searchParams.searchForId = true;
|
||||
}
|
||||
|
||||
searchForTerm(titleWithFilters, searchParams).then(results => {
|
||||
|
Loading…
Reference in New Issue
Block a user