Skip to content
New issue

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

List of "Comparing operations" missing from migrated Extbase persistance documentation? #4412

Open
sypets opened this issue May 17, 2024 · 0 comments

Comments

@sypets
Copy link
Contributor

sypets commented May 17, 2024

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:

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

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

  • 11-main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant