Skip to content

Commit

Permalink
documents: Increase in the size of the suggested field
Browse files Browse the repository at this point in the history
The default size of the suggestion field is 50. It has been increased to 100.

* Closes rero#853.

Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
  • Loading branch information
Garfield-fr committed Jul 26, 2022
1 parent 98d08b7 commit d585998
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@
},
"suggest": {
"type": "completion",
"analyzer": "default"
"analyzer": "default",
"max_input_length": 100
}
}
},
Expand Down Expand Up @@ -583,7 +584,8 @@
},
"suggest": {
"type": "completion",
"analyzer": "default"
"analyzer": "default",
"max_input_length": 100
}
}
},
Expand All @@ -595,7 +597,8 @@
},
"suggest": {
"type": "completion",
"analyzer": "default"
"analyzer": "default",
"max_input_length": 100
}
}
},
Expand All @@ -607,7 +610,8 @@
},
"suggest": {
"type": "completion",
"analyzer": "default"
"analyzer": "default",
"max_input_length": 100
}
}
},
Expand Down

0 comments on commit d585998

Please sign in to comment.