NoteSearchBuilder
Search builder that support search on tags
:param SearchBuilder: description :type SearchBuilder: type
entity_type: TagEntityTypeCreate a search build to make dynamic search
ExpressionSelfFilter notes that embed the given form via the NoteFormModel join table.
strFilter notes that embed any form bound to the given form template.
Resolves the template id through NoteFormModel -> Form -> FormTemplateVersion via an uncorrelated IN subquery, so a note matches at most once regardless of how many embedded forms share the template.
strtypeExpressionSelfOrderingSelfSearchParamsSelfTagSearchOperator - SearchOperator.EQbool - FalseSelfAdd a tag key filter to the search builder
strSelfAdd a filter to search for notes with titles containing the given substring.
strModelSelectSearchFilterCriteriapeewee.Expression | NoneConvert a search order criteria to a peewee ordering
SearchSortCriteriaOrderingMethod to convert the search value (or values) to type of field
FieldAnyAnylistSearch the first element of the search
Optionalint - 0int - 20PaginatorlistSelf