This website requires JavaScript.
Explore
Help
Sign In
tonyair
/
silverstripe-framework
Watch
1
Star
0
Fork
0
You've already forked silverstripe-framework
mirror of
https://github.com/silverstripe/silverstripe-framework
synced
2024-10-22 14:05:37 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
c0ed34545f
silverstripe-framework
/
search
History
Sean Harvey
8b834877f9
BUGFIX DataList used in SearchContext::getQuery() should be returned so limit() and sort() are applied correctly
2012-06-15 16:20:45 +12:00
..
filters
MINOR Ensure DataQuery used in apply() is returned on Filter classes (to be consistent with GreaterThanFilter etc which will return it)
2012-06-15 15:48:47 +12:00
FulltextSearchable.php
BUGFIX Versioned's constructor doesn't provide suitable defaults. Previously a bug/feature in singleton, where it would pass null,true as params to strong_create, which would then get passed through as params to Versioned's constructor, meant that the code still executed fine (as was set to something that wasn't an array, so the null and true were instead taken as args). The fact that the usage of singleton(Versioned) never really used the classes code, purely for value lookup, meant that this never propagated errors. I've now switched singleton() to use the injector for retrieving values, which means these dud values are no longer passed through
2012-05-23 21:10:04 +10:00
SearchContext.php
BUGFIX DataList used in SearchContext::getQuery() should be returned so limit() and sort() are applied correctly
2012-06-15 16:20:45 +12:00