summaryrefslogtreecommitdiff
path: root/modules/search/helpers/search.php
AgeCommit message (Expand)Author
2013-03-14#2062 - Fix extra/missing spaces in search query.shadlaws
2013-02-05Force a sort order no sibling checks. Fixes #1990.Bharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-12-14fix, use $current->scoreChris Chilvers
2012-12-14search within the current album by defaultChris Chilvers
2012-12-09Eliminate the search context if we encounter an item that cannot beBharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-11-03In get_position() don't try to truncate the score if it's empty. Follow-on t...Bharat Mediratta
2011-10-26Follow on to 7f62f09cf377b92b615e456ec4539300b331fd4b for #1663 to fix badBharat Mediratta
2011-08-11Patch for tickets #1428 and #1760Tim Almdal
2011-07-24Patch for ticket #1763. Where offset could be converted to a null string. I...Tim Almdal
2011-03-27Improve search to use wildcard matching, thanks to some code from tempg.Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-06-11Remove the duplicate query when searching as pointed out by joe7 on ticket #844Tim Almdal
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2009-12-18Database::escape_str() is now Database::escape().Bharat Mediratta
2009-12-02Fix a bunch of places where we were using "= null" instead of "IS NULL".Bharat Mediratta
2009-12-02Convert more database calls over to the new formatBharat Mediratta
2009-11-26Database::orwhere() is now Database_Builder::or_where()Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-10-24Merge branch 'master' into talmdal_devTim Almdal
2009-10-24When doing a search we need to "OR" the view permissions not "AND" them. Fix...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-11Use SQL_CALC_FOUND_ROWS instead of doing the search twice, for better perform...Bharat Mediratta
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-08-31Rename mark_safe() to mark_clean()Andy Staudacher
2009-08-30Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...Andy Staudacher
2009-08-29Undo url helper changes - url methods no longer return a SafeString.Andy Staudacher
2009-07-30Remove debugging print statement in search.phpTim Almdal
2009-07-28Change search callbacks to use the event system, so move them out ofBharat Mediratta
2009-07-23Use BOOLEAN instead of integer to describe the permissions :Romain LE DISEZ
2009-07-19Remove success logging. Only log on errors, otherwise the log is huge.Bharat Mediratta
2009-07-09Revert "Revert "Add task logging to the "Update Search Index" task""Tim Almdal
2009-07-09Revert "Add task logging to the "Update Search Index" task"Tim Almdal
2009-07-08Add task logging to the "Update Search Index" taskTim Almdal
2009-06-24SQL is case insensitiveRomain LE DISEZ
2009-06-24Improve compatibility with other RDBMSRomain LE DISEZ
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-20Avoid complex inserts in available_tasks() to make admin/maintenanceBharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-03-21Refactor all translation strings that have ambiguous placeholders.Andy Staudacher
2009-03-03Fix issue identified by security review... some table names where notTim Almdal
2009-02-12Correct typo in variable nameTim Almdal
2009-01-17Fix typo.. rebuild_index -> update_indexBharat Mediratta
2009-01-17Implement relevance ranked boolean searching on a full text index ofBharat Mediratta