rename words_position to wordsPosition; fix #483

This commit is contained in:
qdequele
2020-02-27 14:31:08 +01:00
parent dda08d60d2
commit 47009615ee
6 changed files with 20 additions and 20 deletions

View File

@ -43,7 +43,7 @@ fn write_all_and_delete() {
"words",
"proximity",
"attribute",
"words_position",
"wordsPosition",
"exactness",
"dsc(release_date)",
"dsc(rank)",
@ -100,7 +100,7 @@ fn write_all_and_delete() {
"words",
"proximity",
"attribute",
"words_position",
"wordsPosition",
"exactness"
]);
@ -141,7 +141,7 @@ fn write_all_and_update() {
"words",
"proximity",
"attribute",
"words_position",
"wordsPosition",
"exactness",
"dsc(release_date)",
"dsc(rank)",
@ -178,7 +178,7 @@ fn write_all_and_update() {
"words",
"proximity",
"attribute",
"words_position",
"wordsPosition",
"exactness",
"dsc(release_date)",
]);
@ -210,7 +210,7 @@ fn write_all_and_update() {
"words",
"proximity",
"attribute",
"words_position",
"wordsPosition",
"exactness",
"dsc(release_date)",
]);