Added doc for TaxonomyNoEntries & TaxonomySubtree#3082
Conversation
Preview of modified filesPreview of modified Markdown: |
d990996 to
10ca6d8
Compare
|
|
||
| # TaxonomyNoEntries Criterion | ||
|
|
||
| The [`TaxonomyNoEntries` Search Criterion](https://example.com/api/php_api/php_api_reference/classes/Ibexa-Contracts-Taxonomy-Search-Query-Criterion-TaxonomyNoEntries.html) searches for content that has no entries assigned from the specified [taxonomy](taxonomy.md). |
There was a problem hiding this comment.
The example.com is a TMP change that must be removed before merge - the criterion is not part of the PHP API reference until it's released
10ca6d8 to
b586e26
Compare
barw4
left a comment
There was a problem hiding this comment.
LGTM aside from one unrelated change. Is there any reason why we have no documentation about src/contracts/Search/Query/Criterion/TaxonomySubtree.php?
b1c1c2d to
8500d82
Compare
|
Thanks, doc for Taxonomy Subtree added in 91bb827 |
julitafalcondusza
left a comment
There was a problem hiding this comment.
Just cosmetic remarks.
| The [`TaxonomyNoEntries` Search Criterion](https://example.com/api/php_api/php_api_reference/classes/Ibexa-Contracts-Taxonomy-Search-Query-Criterion-TaxonomyNoEntries.html) searches for content that has no entries assigned from the specified [taxonomy](taxonomy.md). | ||
|
|
||
| Use it when you need to find content items to which no taxonomy entries have been assigned (for example, articles without tags). | ||
| It is available for all supported search engines and in [repository filtering](search_api.md#repository-filtering) |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com> Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
code_samples/ change report
|
|
|
|
||
| # TaxonomyNoEntries Criterion | ||
|
|
||
| The [`TaxonomyNoEntries`](https://example.com/api/php_api/php_api_reference/classes/Ibexa-Contracts-Taxonomy-Search-Query-Criterion-TaxonomyNoEntries.html) Search Criterion searches for content that has no entries assigned from the specified [taxonomy](taxonomy.md). |
There was a problem hiding this comment.
Don't forget to update this before merge:
| The [`TaxonomyNoEntries`](https://example.com/api/php_api/php_api_reference/classes/Ibexa-Contracts-Taxonomy-Search-Query-Criterion-TaxonomyNoEntries.html) Search Criterion searches for content that has no entries assigned from the specified [taxonomy](taxonomy.md). | |
| The [`TaxonomyNoEntries`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Taxonomy-Search-Query-Criterion-TaxonomyNoEntries.html) Search Criterion searches for content that has no entries assigned from the specified [taxonomy](taxonomy.md). |



Doc for https://github.com/ibexa/taxonomy/pull/404
Target: 4.6, v5
Update: as suggested in review, this PR also adds the missing TaxonomySubtree criterion