Skip to content

SharepointPlus v3.0.8

Compare
Choose a tag to compare
@Aymkdn Aymkdn released this 28 Mar 18:24
· 155 commits to master since this release

Changelog:

  • Little bug fix and improvements
  • The WHERE clausse of $SP().list().get() now supports "[Today-X]" or "[Today+X]" that is equivalent to the CAML syntax
  • New option escapeChar (true by default) for $SP().list().get() that permits to escape special chars (&, < and >) in the WHERE clausse
  • New operator ~= for $SP().parse() (the function that parses the WHERE clause) that is used to query a large list with an indexed User column (you'll need to know the User ID)
  • ATTENTION : the WHERE clausse of $SP().list().get() is now sensitive to the TIME, so "2012-10-31" will compare only the DATE when "2012-10-31 10:28:19" will compate the DATE AND the TIME (CAML equivalent of "IncludeTimeValue='TRUE'")
  • ATTENTION : $SP().toSPDate() now includes a second parameter -- by default this function will now return a date only (without the time), but if you pass "true" as second argument it will return a datetime (see the documentation)