Skip to content
Snippets Groups Projects
Commit b4785a6d authored by Demian Katz's avatar Demian Katz
Browse files

Two inter-related changes:

1. fixed bug where Search Manager would load incorrect objects because state had been changed in between calls (i.e. $params object may use Search Manager, changing its state before $results object can be created -- to avoid, we need more explicit calls to setSearchClassId())

2. refactored record drivers in preparation for plugin manager (moved constructor parameter to setRawData method).  This allowed more common functionality to be moved to the abstract base class.  Renamed getAllFields() to getRawData() for consistency.

Small bonus change: turned off highlighting/spellchecking/recommendations in BrowseController for improved performance.
parent f3163f82
No related merge requests found
Showing
with 126 additions and 124 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment