Error: Call to undefined method XF\Search\Query\KeywordQuery::setContentTypeAware()

hollosch

New Member
Reactions
2
What can be the problem ?

Code:
Server-Fehlerprotokoll
Error: Call to undefined method XF\Search\Query\KeywordQuery::setContentTypeAware() src/addons/SV/ElasticSearchEssentials/XF/Search/Search.php:46
Generiert von: Holger Schrag 6. Dezember 2020 um 11:58
Stack-Trace
#0 src/XF/Search/Search.php(210): SV\ElasticSearchEssentials\XF\Search\Search->applyPermissionConstraints(Object(XF\Search\Query\KeywordQuery))
#1 src/XF/Search/Search.php(179): XF\Search\Search->executeSearch(Object(XF\Search\Query\KeywordQuery), '200', Object(Closure), true)
#2 src/XF/Repository/Search.php(34): XF\Search\Search->search(Object(XF\Search\Query\KeywordQuery))
#3 src/addons/SV/ElasticSearchEssentials/XF/Repository/Search.php(46): XF\Repository\Search->runSearch(Object(XF\Search\Query\KeywordQuery), Array, true)
#4 src/XF/Pub/Controller/Search.php(430): SV\ElasticSearchEssentials\XF\Repository\Search->runSearch(Object(XF\Search\Query\KeywordQuery), Array, true)
#5 src/XF/Pub/Controller/Search.php(117): XF\Pub\Controller\Search->runSearch(Object(XF\Search\Query\KeywordQuery), Array)
#6 src/addons/SV/ElasticSearchEssentials/XF/Pub/Controller/Search.php(234): XF\Pub\Controller\Search->actionSearch()
#7 src/XF/Mvc/Dispatcher.php(350): SV\ElasticSearchEssentials\XF\Pub\Controller\Search->actionSearch(Object(XF\Mvc\ParameterBag))
#8 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('XF:Search', 'Search', Object(XF\Mvc\RouteMatch), Object(SV\ElasticSearchEssentials\XF\Pub\Controller\Search), NULL)
#9 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\ElasticSearchEssentials\XF\Pub\Controller\Search), NULL)
#10 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#11 src/XF/App.php(2300): XF\Mvc\Dispatcher->run()
#12 src/XF.php(488): XF\App->run()
#13 index.php(20): XF::runApp('XF\\Pub\\App')
#14 {main}
Status der Anfrage
array(4) {
  ["url"] => string(14) "/search/search"
  ["referrer"] => string(51) "https://regio-portal.wiki/wiki/Stadtwiki_Geislingen"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(5) {
    ["search_type"] => string(6) "vwpage"
    ["keywords"] => string(13) "Holger Schrag"
    ["typechoice"] => array(7) {
      [0] => string(1) "1"
      [1] => string(2) "11"
      [2] => string(2) "12"
      [3] => string(2) "13"
      [4] => string(2) "14"
      [5] => string(2) "20"
      [6] => string(2) "21"
    }
    ["sbutton"] => string(0) ""
    ["_xfToken"] => string(8) "********"
  }
}
 
Yes, there is some priority client work and then I'm hopeful to get this out by mid to late december
 
This add-on is being worked on, just finishing up some other work which has been consuming development time.
 

Users who are viewing this thread

Back
Top