Skip to content

Commit

Permalink
EZP-26465: Clearify API doc on Facets to always use id's like impleme…
Browse files Browse the repository at this point in the history
…ntation

As in:
- Current implementation in Solr uses id's for all, and API doc was inconsistent
- As argued in ezsystems#1960 id should be used as identifier would mean we would need to re index if it changes.
  • Loading branch information
andrerom committed May 24, 2017
1 parent 552f9c9 commit 13b710d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@
class ContentTypeFacet extends Facet
{
/**
* An array with contentTypeIdentifier as key and count of matching content objects as value.
* An array with contentTypeId as key and count of matching content objects as value.
*
* @var array
*/
Expand Down
Expand Up @@ -16,7 +16,7 @@
class SectionFacet extends Facet
{
/**
* An array with sectionIdentifier as key and count of matching content objects as value.
* An array with sectionId as key and count of matching content objects as value.
*
* @var array
*/
Expand Down

0 comments on commit 13b710d

Please sign in to comment.