headingsIsEmpty method
Implementation
QueryBuilder<DictionarySearchResult, DictionarySearchResult,
QAfterFilterCondition> headingsIsEmpty() {
return QueryBuilder.apply(this, (query) {
return query.linkLength(r'headings', 0, true, 0, true);
});
}