This website requires JavaScript.
Explore
Help
Register
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 12:05:37 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
silverstripe-framework
/
search
History
Ingo Schommer
73cca09960
BUGFIX Consistently using Convert::raw2sql() instead of DB::getConn()->addslashes() or PHP's deprecated addslashes() for database escaping
2011-09-15 14:43:34 +02:00
..
filters
MINOR Fixed phpdoc documentation
2011-02-02 14:19:15 +13:00
AdvancedSearchForm.php
BUGFIX Consistently using Convert::raw2sql() instead of DB::getConn()->addslashes() or PHP's deprecated addslashes() for database escaping
2011-09-15 14:43:34 +02:00
ContentControllerSearchExtension.php
MINOR Added FulltextSearchable::get_searchable_classes() in order to introspect currently searchable classes, added FulltextSearchableTest, added documentation
2011-02-02 14:19:54 +13:00
FulltextSearchable.php
MINOR Added FulltextSearchable::get_searchable_classes() in order to introspect currently searchable classes, added FulltextSearchableTest, added documentation
2011-02-02 14:19:54 +13:00
SearchContext.php
MINOR Fixed phpdoc documentation (from r103385)
2011-02-02 14:19:15 +13:00
SearchForm.php
BUGFIX Ensure that SearchForm searchEngine() call properly escapes the Relevance field for ANSI compliance
2011-02-02 14:19:59 +13:00