Skip to content

Releases: icewind1991/SearchDAV

3.2.0

08 Nov 15:55
3865288
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

3.1.0

14 Nov 22:32
8339181
Compare
Choose a tag to compare

What's Changed

  • Add handling for is-defined operator by @artonge in #13

New Contributors

Full Changelog: v3.0.1...v3.1.0

3.0.1

11 Apr 13:03
Compare
Choose a tag to compare
  • Add DATATYPE_NONNEGATIVE_INTEGER alias of DATATYPE_NON_NEGATIVE_INTEGER to easy upgrading

3.0.0

11 Apr 12:56
Compare
Choose a tag to compare
  • Allow search backends to preload properties for search results
  • Rename SearchPropertyDefinition::DATATYPE_NONNEGATIVE_INTEGER to SearchPropertyDefinition::DATATYPE_NON_NEGATIVE_INTEGER

2.0.0

06 Feb 14:14
Compare
Choose a tag to compare
  • Compatible with SabreDAV 4

1.0.2

06 Nov 13:20
Compare
Choose a tag to compare
  • Improved handling search queries containing empty elements and other "non standard" input

1.0.1

22 Mar 17:14
b3fde1c
Compare
Choose a tag to compare
  • Improve handling on querying non supported properties

1.0.0

25 Jan 14:14
Compare
Choose a tag to compare

Breaking changes:

  • ISearchBackend::search now takes an Query\Query as argument instead of an XML\BasicSearch
  • All public methods that perviously used XML\* classes have been changed to use new Query\* equivalents

New features

  • The select, where and order part of the query now includes the full SearchPropertyDefinition instead of just the property name and verify that said properties support the operation.

0.3.1

15 Mar 13:23
Compare
Choose a tag to compare
  • Fix descending sort order

0.3.0

10 Mar 15:08
Compare
Choose a tag to compare
  • Add support for limit and offset