Dalibor Karlović
Dalibor Karlović
I'm adding an ability for my user to have dynamic roles depending on which client the token belongs to. For this to work, I inject the current client and using...
Currently, the bundle allows for auth requests to be made without the "state" param which is technically correct as [it is not required, only recommended](https://tools.ietf.org/html/rfc6749#section-4.1.1). But, it's a [very strong...
| Q | A | --------------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no Currently, the...
**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...
| Q | A | --------------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no > There's...