search
search copied to clipboard
PHP search-systems made possible
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | yes | Deprecations? | | Tickets | Closes...
**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...
| Q | A | --------------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no Currently, the...
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...
**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...
## 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:...
**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...
**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 -...
**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
| Q | A | --------------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no Allowing for...