Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I'm debugging the call to Find's AutoCompleteController and strangely the size argument to the Get method is 10, even though it is 1 in the URL. Curious.
Alright, apparently the URL should be /find/rest/autocomplete/get/test/1
Thanks!
Maybe update this http://find.episerver.com/Documentation/stats-autocomplete so that the URL in the example actually works. I think that would be a good idea.
Hi all.
I'm building a search page with autocomplete functionality using the size parameter to limit the number of hits to something other than the default 10, but the call from the local REST service to the Find index seems to ignore it and set size to 10 no matter what I've used. Here's an example of a request with size=1:
# URL/_autocomplete?prefix=test&size=10&tags=language%3asv%7clanguage%3a[snip]
15 /find/rest/autocomplete/get/test?size=1
16
Anyone recognize this? Any ideas on how to fix it?
Cheers