-
Notifications
You must be signed in to change notification settings - Fork 301
Open
Description
Hello there. As has already been mentioned in #123 (@basdenooijer), I would like to help the project with a fluent query builder. I made an PHP implementation of Java Spring Solr Criteria , and soon I'll tag a stable release. You can find it here: https://github.com/minimalcode-org/search
You could "suggest" it (composer or documentation) or use it directly as the official builder, I don't care for the credits. My advice actually is to do something like aliasing, for keeping the namespace in Solarium context:
<?php
namespace Solarium\Core\Query;
use Minimalcode\Search\Criteria as BaseCriteria;
class Criteria extends BaseCriteria {}I hope it is useful, and I'm open to comments and suggestions, thanks 👍
Metadata
Metadata
Assignees
Labels
No labels