Josh Lockhart
10/25/2024, 3:56 PMq=''
and facet_by=myFacet
to fetch all possible values of a faceted field. If the keyword query was first in the multiSearch, the analytics rule always recorded q=''
and never anything else. If I swapped the two queries (facet query first, keyword query second), the analytics rule began correctly recording the search keywords into the popular queries collection. Is this expected behavior?Kishore Nallan
10/29/2024, 1:22 AM