-
Notifications
You must be signed in to change notification settings - Fork 304
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
OData lambda style filter query #3155
Merged
Merged
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9f9987b - Browse repository at this point
Copy the full SHA 9f9987bView commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c43d58 - Browse repository at this point
Copy the full SHA 4c43d58View commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fbf1f56 - Browse repository at this point
Copy the full SHA fbf1f56View commit details
Commits on Dec 12, 2023
-
🔨 - Move away from the "class based" model towards just a string array
This solved the issue where if you reused the same variable name in your long queries it broke
Configuration menu - View commit details
-
Copy full SHA for 430a3c0 - Browse repository at this point
Copy the full SHA 430a3c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 181de6e - Browse repository at this point
Copy the full SHA 181de6eView commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c955e88 - Browse repository at this point
Copy the full SHA c955e88View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed46762 - Browse repository at this point
Copy the full SHA ed46762View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6fd40 - Browse repository at this point
Copy the full SHA fc6fd40View commit details
Commits on Dec 19, 2023
-
Revert "🔨 - Remove the SP-prefixed options"
This reverts commit fc6fd40.
Configuration menu - View commit details
-
Copy full SHA for ca0b26f - Browse repository at this point
Copy the full SHA ca0b26fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d0462b - Browse repository at this point
Copy the full SHA 7d0462bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8efc415 - Browse repository at this point
Copy the full SHA 8efc415View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22360ba - Browse repository at this point
Copy the full SHA 22360baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b0795 - Browse repository at this point
Copy the full SHA 44b0795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df4ec6 - Browse repository at this point
Copy the full SHA 0df4ec6View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9019579 - Browse repository at this point
Copy the full SHA 9019579View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5582271 - Browse repository at this point
Copy the full SHA 5582271View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7ea44 - Browse repository at this point
Copy the full SHA 5d7ea44View commit details -
Configuration menu - View commit details
-
Copy full SHA for f92c6ba - Browse repository at this point
Copy the full SHA f92c6baView commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5be7693 - Browse repository at this point
Copy the full SHA 5be7693View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c3663 - Browse repository at this point
Copy the full SHA f1c3663View commit details
Commits on Oct 20, 2024
-
Merge remote-tracking branch 'PnP/version-4' into v4-ODataFilterQuery
# Conflicts: # package-lock.json # packages/sp/spqueryable.ts
Configuration menu - View commit details
-
Copy full SHA for 4d3bbea - Browse repository at this point
Copy the full SHA 4d3bbeaView commit details
Commits on Oct 23, 2024
-
🔨 - Changed based on feedback in initial PR
We like "method 1", seems simpler Drop "Field" from all the names so Lookup() vs LookupField(). switch to camel case so Lookup becomes lookup() could simplify the names, equal instead of EqualsTo and notEqual vs NotEqualTo Swap and/or for All/Some, just seems clearer to someone showing up with no knowledge of the filter methods pass in multiple objects you can use ...[] to gather them into an array within the method. this should be able to support all the filter cases, another reason to drop the "Field" name from the builder functions. Like for a site if you give it ISiteInfo you could filter on Text("Title").EqualsTo("blah");
Configuration menu - View commit details
-
Copy full SHA for c777844 - Browse repository at this point
Copy the full SHA c777844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76dca87 - Browse repository at this point
Copy the full SHA 76dca87View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 759bbcf - Browse repository at this point
Copy the full SHA 759bbcfView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.