Hi @plevan
Thanks for your reply. It made some difference but not much.
Results with alpha 0.5 for term "inter:
[
"internal",
"interruption",
"international",
"interruptions",
"interest",
"interests",
"interventions",
"intervention",
"internationally",
"interviews"
]
Results with alpha 1.0 for term "inter:
[
"internal",
"interruption",
"international",
"interruptions",
"interest",
"interests",
"interventions",
"interested",
"internationally",
"interdisciplinary"
]
I am not using any client side code here, all requests are routed through server via the suggest.json endpoint, due to privacy reasons.
https://xxxxxxxx/suggest.json?profile=search&collection=mycollection&partial_query=inter
Also, the documentation needs to be updated.
Documentation says, "alpha" only works when
auto-completion.sort=3 but it doesn't accept a value greater than 2. See "Error" in screenshot above.