Allowing partial and case-insensitive results from entity and actor search.
This commit is contained in:
@@ -439,7 +439,7 @@ async function createAlert() {
|
||||
|
||||
async function searchActors() {
|
||||
const res = await get('/actors', {
|
||||
q: actorQuery.value,
|
||||
q: `${actorQuery.value}*`, // return partial matches
|
||||
limit: 10,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user