We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parts from the Extbase Fluid Book were migrated to TYPO3 Explained a while ago (I think since TYPO3 v11).
This is missing or can't be found:
List of comparision operators (equals(), lessThanOrEqual() etc.). In the Extbase Book, there is this list for v10.4:
equals($propertyName, $operand, $caseSensitive = TRUE) in($propertyName, $operand) contains($propertyName, $operand) like($propertyName, $operand) lessThan($propertyName, $operand) lessThanOrEqual($propertyName, $operand) greaterThan($propertyName, $operand) greaterThanOrEqual($propertyName, $operand) between($propertyName, $operandLower, $operandUpper) // inclusive comparison
Also, this list:
logicalAnd($constraint1, $constraint2) logicalOr($constraint1, $constraint2) logicalNot($constraint)
https://docs.typo3.org/m/typo3/book-extbasefluid/10.4/en-us/6-Persistence/3-implement-individual-database-queries.html
I searched for "lessThanOrEqual" directly in the main branch of TYPO3 Explained:
grep -r lessThanOrEqual Documentation
No results
Also:
grep -r logicalNot Documentation
What I would like to see, is a full reference, ideally this list from the book. The structure in "TYPO3 Explained" and the examples are good.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Parts from the Extbase Fluid Book were migrated to TYPO3 Explained a while ago (I think since TYPO3 v11).
Current behavior
This is missing or can't be found:
List of comparision operators (equals(), lessThanOrEqual() etc.). In the Extbase Book, there is this list for v10.4:
Also, this list:
https://docs.typo3.org/m/typo3/book-extbasefluid/10.4/en-us/6-Persistence/3-implement-individual-database-queries.html
I searched for "lessThanOrEqual" directly in the main branch of TYPO3 Explained:
grep -r lessThanOrEqual Documentation
No results
Also:
grep -r logicalNot Documentation
No results
Expected behavior/output
What I would like to see, is a full reference, ideally this list from the book. The structure in "TYPO3 Explained" and the examples are good.
Links
TYPO3 versions
The text was updated successfully, but these errors were encountered: