Skip to content

Commit 5de64f2

Browse files
committed
add historical filters
1 parent 8268208 commit 5de64f2

File tree

1 file changed

+5
-0
lines changed
  • specs/realtime-personalization/common/schemas

1 file changed

+5
-0
lines changed

specs/realtime-personalization/common/schemas/user.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ searchFilter:
4242
items:
4343
type: string
4444
example: ['brand:Dyson<score=12>']
45+
historical:
46+
type: array
47+
items:
48+
type: string
49+
example: ['brand:Dyson<score=12>', 'category:electronics<score=5>']

0 commit comments

Comments
 (0)