Hi all,
I need to alphabetize the Tag field Suggestions Dropdown List, I tried with the approach of overlaying the suggestion.jsp file Which is in /libs/cq/gui/components/coral/common/form/tagfield/suggestion/suggestion.jsp
but the dropdown list was alphabetize order upto 10 results and next 10 results re-alphabetize again due to the results came under different responses, where each response holds only 10 results.
As I observed this line from
/libs/cq/gui/components/coral/common/form/tagfield/render.jsp
Where the offset.limit is causing the 10 results per response
final String suggestionsrc="/mnt/overlay/cq/gui/content/coral/common/form/tagfield/suggestion{.offset,limit}.html?root=" + Text.escape(tagRootPath) + "{&query}";
So is there any default way get the entire result as a single response alphabetize, kindly give some suggestions on this please.
Thanks
Nandheswara