File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -87,13 +87,13 @@ update_settings_1: |-
87
87
'distinctAttribute': 'movie_id',
88
88
'searchableAttributes': [
89
89
'title',
90
- 'description ',
91
- 'genre '
90
+ 'overview ',
91
+ 'genres '
92
92
],
93
93
'displayedAttributes': [
94
94
'title',
95
- 'description ',
96
- 'genre ',
95
+ 'overview ',
96
+ 'genres ',
97
97
'release_date'
98
98
],
99
99
'sortableAttributes': [
@@ -164,7 +164,7 @@ get_searchable_attributes_1: |-
164
164
update_searchable_attributes_1 : |-
165
165
client.index('movies').update_searchable_attributes([
166
166
'title',
167
- 'description ',
167
+ 'overview ',
168
168
'uid'
169
169
])
170
170
reset_searchable_attributes_1 : |-
@@ -174,8 +174,8 @@ get_displayed_attributes_1: |-
174
174
update_displayed_attributes_1 : |-
175
175
client.index('movies').update_displayed_attributes([
176
176
'title',
177
- 'description ',
178
- 'genre ',
177
+ 'overview ',
178
+ 'genres ',
179
179
'release_date'
180
180
])
181
181
reset_displayed_attributes_1 : |-
@@ -203,15 +203,15 @@ field_properties_guide_searchable_1: |-
203
203
client.index('movies').update_settings({
204
204
'searchableAttributes': [
205
205
'title',
206
- 'description ',
207
- 'genre '
206
+ 'overview ',
207
+ 'genres '
208
208
]})
209
209
field_properties_guide_displayed_1 : |-
210
210
client.index('movies').update_settings({
211
211
'displayedAttributes': [
212
212
'title',
213
- 'description ',
214
- 'genre ',
213
+ 'overview ',
214
+ 'genres ',
215
215
'release_date'
216
216
]})
217
217
filtering_guide_1 : |-
@@ -301,16 +301,16 @@ settings_guide_searchable_1: |-
301
301
client.index('movies').update_settings({
302
302
'searchableAttributes': [
303
303
'title',
304
- 'description ',
305
- 'genre '
304
+ 'overview ',
305
+ 'genres '
306
306
]
307
307
})
308
308
settings_guide_displayed_1 : |-
309
309
client.index('movies').update_settings({
310
310
'displayedAttributes': [
311
311
'title',
312
- 'description ',
313
- 'genre ',
312
+ 'overview ',
313
+ 'genres ',
314
314
'release_date'
315
315
]
316
316
})
You can’t perform that action at this time.
0 commit comments