No data, how to fill in the settings for it to work?

Created on 3 December 2023, 10 months ago
Updated 21 August 2024, about 1 month ago

How do i fill in the settings page here /admin/config/search/search-api-tracking-settings

So that the data is then shown at /admin/reports/search-api-tracking-statistics

I've spent hours and can't get this right and can't see any documentation as to how to fill this out to show results of what people are searching.

💬 Support request
Status

Fixed

Version

1.0

Component

Documentation

Created by

🇬🇧United Kingdom effortDee

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @effortDee
  • Status changed to Postponed: needs info 6 months ago
  • 🇧🇪Belgium Mschudders

    Well you need to fill in javascript selectors on the settings page. I think by default there are "defaults/placeholders" filled in at the settings page?
    The selectors specify a certain element on for example the search page.

    Sorting for example: You need to write a javascript selector that targets this element, for example a "select" element.

    Does this help you?

  • 🇳🇱Netherlands Tr4nzNRG

    I noticed a missing comma on the prefilled settings. In my case .view-exposed-form wasn't working.

    .overview--search .views-exposed-form, #police-search-form-popup

    Should be:

    .overview--search, .views-exposed-form, #police-search-form-popup

  • 🇧🇪Belgium Mschudders

    .overview--search, .views-exposed-form, #police-search-form-popup

    In your use case you safely remove #police-search-form-popup I guess. This has been in there for no reason. Will remove it ;-)

    .overview--search, .views-exposed-form

    And the probably the selector "overview--search" won't be there for you as well, I think.

  • 🇧🇪Belgium Mschudders

    closing ticket since I cleaned up the defaults in the form and this is resolved.

  • Status changed to Fixed about 1 month ago
Production build 0.71.5 2024