File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,22 @@ class Meta:
27
27
'id' : ['exact' , 'in' ],
28
28
'uuid' : ['exact' ],
29
29
'code' : ['exact' ],
30
+ 'source_name' : ['exact' ],
31
+ 'name' : ['exact' ],
32
+
33
+ 'energy' : ['exact' ],
34
+ 'protein' : ['exact' ],
30
35
'carbohydrates' : ['exact' ],
31
36
'carbohydrates_sugar' : ['exact' ],
32
- 'created' : ['exact' , 'gt' , 'lt' ],
33
- 'last_update' : ['exact' , 'gt' , 'lt' ],
34
- 'energy' : ['exact' ],
35
37
'fat' : ['exact' ],
36
38
'fat_saturated' : ['exact' ],
37
39
'fiber' : ['exact' ],
38
- 'name' : ['exact' ],
39
- 'protein' : ['exact' ],
40
40
'sodium' : ['exact' ],
41
+
42
+ 'created' : ['exact' , 'gt' , 'lt' ],
43
+ 'last_update' : ['exact' , 'gt' , 'lt' ],
44
+ 'last_imported' : ['exact' , 'gt' , 'lt' ],
45
+
41
46
'language' : ['exact' ],
42
47
'license' : ['exact' ],
43
48
'license_author' : ['exact' ],
You can’t perform that action at this time.
0 commit comments