Skip to content

Commit

Permalink
adds entries.list.id field in the searchable event filters fields list
Browse files Browse the repository at this point in the history
  • Loading branch information
dasansol92 committed Jul 28, 2021
1 parent dccdb62 commit 45a66fd
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ export const EVENT_FILTER_LIST = {
};

export const SEARCHABLE_FIELDS: Readonly<string[]> = [
`name`,
`entries.value`,
`entries.entries.value`,
`comments.comment`,
'name',
'entries.value',
'entries.list.id',
'entries.entries.value',
'comments.comment',
];

export { ENDPOINT_EVENT_FILTERS_LIST_ID, EXCEPTION_LIST_URL, EXCEPTION_LIST_ITEM_URL };

0 comments on commit 45a66fd

Please sign in to comment.