search icon indicating copy to clipboard operation
search copied to clipboard

PHP search-systems made possible

Results 14 search issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | yes | Deprecations? | | Tickets | Closes...

Feature
BC Break
Doctrine DBAL

**Description** In addition to #289 I propose to remove support for the Query object completely, and require the usage of a QueryBuilder only. Note: It's still possible to get the...

Feature
Doctrine ORM
Doctrine DBAL

| Q | A | --------------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no Currently, the...

Feature
help wanted
Elasticsearch

I'm trying to convert following string input to ES query and is very possible that this is not supported yet, however you might have an idea how to use RS...

Question / Support
Elasticsearch

**Description** Elasticsearch does sorting by creating an implicit property called `_score`. It allows documents to "contribute to the score" and then the quality of the results is determined by sorting...

Elasticsearch

## Currently Currently, we allow something like this: ```php $builder->add('@field', OrderType::class, ['default' => 'ASC']); ``` This means if you specify | User input | Final query | |---|---| | `name:...

Feature
Core

**Description** Elasticsearch only supports full-text search on fields which are [analyzed](https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis.html). But, they only allow other operations (like on fields which are [not analyzed](https://www.elastic.co/guide/en/elasticsearch/reference/6.2/search-request-sort.html#_memory_considerations). > For string based types, the...

Elasticsearch

**RollerworksSearch version(s) affected**: master We've added quite a bit of new functionality lately. Namely: - [Core, Elasticsearch, API Platform] order by - [Elasticsearch] options support - [Elasticsearch] contextual conditions -...

DX

**Description** Adding an interface to the factory allows to more easily decorate it for use cases such as https://github.com/rollerworks/search/issues/249#issuecomment-445166278

DX
Elasticsearch

| Q | A | --------------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no Allowing for...

Feature
help wanted