Feature PR-5.0-dev Pending

User tests: Successful: Unsuccessful:

avatar Fedik
Fedik
29 Aug 2023

Summary of Changes

Missing classes for Finder

Affected events:

  • onStartIndex
  • onBeforeIndex
  • onBuildIndex
  • onFinderGarbageCollection

Currently the events are empty, in the future we can provide an Indexer and State instances with each event, instead of accessing them staticaly. Example $iState = Indexer::getState() may become $iState = $event->getState()

Testing Instructions

Use Smart search index

Actual result BEFORE applying this Pull Request

Works

Expected result AFTER applying this Pull Request

Works

Link to documentations

Please select:

Reference:

avatar joomla-cms-bot joomla-cms-bot - change - 29 Aug 2023
Category Administration com_finder Libraries
avatar Fedik Fedik - open - 29 Aug 2023
avatar Fedik Fedik - change - 29 Aug 2023
Status New Pending
avatar HLeithner HLeithner - change - 29 Aug 2023
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2023-08-29 13:37:52
Closed_By HLeithner
Labels Added: Feature PR-5.0-dev
avatar HLeithner HLeithner - close - 29 Aug 2023
avatar HLeithner HLeithner - merge - 29 Aug 2023
avatar HLeithner
HLeithner - comment - 29 Aug 2023

thanks @Hackwar can you check

Add a Comment

Login with GitHub to post a comment