mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
apidoc style and typo
This commit is contained in:
@ -50,3 +50,7 @@ body {
|
|||||||
background: #E6ECFF;
|
background: #E6ECFF;
|
||||||
border: 1px #BFCFFF solid;
|
border: 1px #BFCFFF solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
@ -119,7 +119,7 @@ It supports the same interface and features except the following limitations and
|
|||||||
There are
|
There are
|
||||||
[[yii\elasticsearch\ActiveQuery::query()|query()]],
|
[[yii\elasticsearch\ActiveQuery::query()|query()]],
|
||||||
[[yii\elasticsearch\ActiveQuery::filter()|filter()]] and
|
[[yii\elasticsearch\ActiveQuery::filter()|filter()]] and
|
||||||
[[yii\elasticsearch\ActiveQuery::addFacets()|addFacets()]] methods that allows to compose an elasticsearch query.
|
[[yii\elasticsearch\ActiveQuery::addFacet()|addFacet()]] methods that allows to compose an elasticsearch query.
|
||||||
See the usage example below on how they work and check out the [Query DSL](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl.html)
|
See the usage example below on how they work and check out the [Query DSL](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl.html)
|
||||||
on how to compose `query` and `filter` parts.
|
on how to compose `query` and `filter` parts.
|
||||||
- It is also possible to define relations from elasticsearch ActiveRecords to normal ActiveRecord classes and vice versa.
|
- It is also possible to define relations from elasticsearch ActiveRecords to normal ActiveRecord classes and vice versa.
|
||||||
|
Reference in New Issue
Block a user