diff --git a/docs/index.html b/docs/index.html
index ed4689ce..70f0eccc 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -131,12 +131,12 @@
before:2021
orientation:portrait
orientation:landscape
- maxRating:1
- maxRating:5
- minResolution:1
- maxResolution:10
- minResolution:1
- maxResolution:10
+ max-rating:1
+ max-rating:5
+ min-resolution:1
+ max-resolution:10
+ min-faces:1
+ max-faces:10
keyword:"house"
caption:"caption"
@@ -145,8 +145,16 @@
person:"John",
position:"USA" # use city, state, country names
5-km-from:(New York) # photos 5 km from the center of New York
- any_text:"apple", # searches for apple everywhere, "any_text:" can be omitted
+ any_text:"apple", # searches for apple everywhere, "any_text:" can be omitted
+ last-4-days:every-week
+ last-4-days:every-month
+ last-4-days:every-year
+ last-4-days:2-days-ago
+ last-4-days:2-weeks-ago
+ last-4-days:2-months-ago
+ last-4-days:2-years-ago
+ See all here: search-query-parser.service.ts.