mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-25 16:19:59 +08:00
Fixed entity type filter bug in new search system
This commit is contained in:
@ -53,6 +53,10 @@ let methods = {
|
||||
return;
|
||||
}
|
||||
this.appendTerm(typeTerm);
|
||||
},
|
||||
|
||||
updateSearch() {
|
||||
window.location = '/search?term=' + encodeURIComponent(this.termString);
|
||||
}
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user