From 8c7eb97175f90589049dfd20fbbad321863fb419 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Fri, 28 Feb 2014 18:36:27 +0100 Subject: [PATCH] apidoc style and typo --- extensions/apidoc/templates/bootstrap/assets/css/style.css | 4 ++++ extensions/elasticsearch/README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/extensions/apidoc/templates/bootstrap/assets/css/style.css b/extensions/apidoc/templates/bootstrap/assets/css/style.css index 57e3de9a23..f68ab16e2a 100644 --- a/extensions/apidoc/templates/bootstrap/assets/css/style.css +++ b/extensions/apidoc/templates/bootstrap/assets/css/style.css @@ -50,3 +50,7 @@ body { background: #E6ECFF; border: 1px #BFCFFF solid; } + +blockquote { + font-size: 14px; +} \ No newline at end of file diff --git a/extensions/elasticsearch/README.md b/extensions/elasticsearch/README.md index e2037cbd9f..ba6c16862f 100644 --- a/extensions/elasticsearch/README.md +++ b/extensions/elasticsearch/README.md @@ -119,7 +119,7 @@ It supports the same interface and features except the following limitations and There are [[yii\elasticsearch\ActiveQuery::query()|query()]], [[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) 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.