Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SearchTermsGrid.php
Go to the documentation of this file.
1 <?php
8 
14 {
20  protected $filters = [
21  'query_text' => [
22  'selector' => 'input[name="query_text"]',
23  ],
24  'num_results' => [
25  'selector' => 'input[name="num_results[from]"]',
26  ],
27  'popularity' => [
28  'selector' => 'input[name="popularity[from]"]',
29  ],
30  ];
31 
37  protected $editLink = 'td[class*=col-query]';
38 }