gggeek/ezfind-ls

eZ Find is a search extension for eZ Publish legacy, providing more functionality and better results than the default search in eZ Publish.

Maintainers

Details

github.com/gggeek/ezfind

Source

Issues

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 83

Open Issues: 6

Type:ezpublish-legacy-extension

dev-master 2019-04-01 12:03 UTC

README

Forked from ezsystems/ezfind

Rationale

The upstream eZFind extension, while still maintained by eZSystems with the support of the developer community, is now almost "frozen", as there is reduced interest in evolving the 'legacy' eZPublish codebase, and only simple/harmless bugfixes have been accepted in recent times.

This fork has the goals of:

  • being 100% compatible at all times with upstream
  • being quicker in introducing bugfixes and producing new releases
  • introducing as well new features

The new features that we strive for are broadly oriented towards

  • improving speed and scalability
  • improving DX (eg. by adding features to the Admin Interface)
  • keeping the codebase (and its dependencies) modern, to help integration and usage in a contemporary app
  • keeping the codebase relatively close to upstream, to facilitate merges and exchange of PRs

The github issue tracker is used to manage any such requests.

Current changes:

  • Updated the bundled Solr to rev. 4.10.4 (from 4.10.1)

  • Fixed EZP-26907: avoid 'mysql has gone away' errors

  • Fixed EZP-29608: better output of updatesearchindexsolr

  • Fixed: 'Avoid error.log entries eZUser::attribute:Attribute 'id' does not exists', thanks @fwoldt

  • Fixed: PHP 7.2 deprecation fixes - constructors, thanks @pbek