mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge 6e8788beb1 into 4cd5f2f02a
This commit is contained in:
commit
5db3531608
1 changed files with 3 additions and 0 deletions
|
|
@ -1638,6 +1638,9 @@ export const filterItemEvents = (
|
|||
return event[key]?.toLowerCase().includes(lowercasedValue)
|
||||
})
|
||||
}
|
||||
case 'url': {
|
||||
return event.originalUrl?.toLowerCase() === lowercasedValue
|
||||
}
|
||||
case 'includes': {
|
||||
const ids = lowercasedValue.split(',')
|
||||
if (!ids || ids.length === 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue