search component
My requirement is to create a blog which also includes creating a search component that is used to search by author, date and category. The OOTB component (/libs/social/blog/components/search) is not helping for date search. I checked the code for it the form action points to the same page. I could not understand how the code works. On clicking search the url changes to
localhost:4502/cf#/content/Jai/blog.html?query={search-string}&blog=search&_charset_=UTF-8
Kindly let me know which script/bundle/code gets executed when the url gets appended with search parameters
I am using Adobe CQ5.6.1. Thanks in advance.