November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
For your second example, what happens if you remove the slash before the question mark?
fetch('/find_v2/_autocomplete?prefix=' + this.query)
Thank you Daniel for your response. I am now on holiday break until Jan 2, so I'll try your suggestion then. Cheers!
Daniel, I tried your suggestion and suprise to me, removing the slash no longer throws an error. Thanks!
It does appear as though the resulting json has slightly different casing from the prior version which caused a few minor issues. Hopefully I'm good to go now.
Hello all,
After migrating to CMS-12, our search textbox that featured autocomplete was no longer functional. The service call we were making from JavaScript was:
fetch('/find/rest/autocomplete/get/' + this.query)
This now returns a 404. Perhaps I am missing some configuration, I'm not sure.
I've searched for solutions specific to CMS-12, but there seems to be nothing specific. In older posts, I have found some references to:
fetch('/find_v2/_autocomplete/?prefix=' + this.query)
This returns a 500 with no details.
Does anyone have an example of how to query for autocomplete for CMS-12? Or perhaps a suggestion on what is incorrect with my service requests?
Thanks, Kevin