aboutsummaryrefslogtreecommitdiff
path: root/mod/search/search_hooks.php
AgeCommit message (Expand)Author
2013-07-05Fixes #5708 search supports multiple comments on the same entitycash
2013-03-30Fixes #5037 returns free text search and relevance ranking for objects and gr...cash
2013-03-30Fixes #5304 handling metadata arrays in search for user profile datacash
2013-02-01Merge pull request #482 from Srokap/ticket_2554Cash Costello
2013-01-02Fixes #2212. Added profile fields to the user search.Brett Profitt
2012-12-31Fixes #2554 - Adds search support for sorting and orderPaweł Sroka
2012-02-25Fixes #3550. Merged slightly modified pull request 166 from sembrestels.Brett Profitt
2011-10-29Refs #3983 merged fix into mastercash
2011-09-04Refs #3661. Merged XSS fixes in search to master.Brett Profitt
2011-04-02Refs #2994 added group search fix from 1.7 branch to trunkcash
2011-02-19removed $CONFIG usage in search hookscash
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-08-21Merged r6534-6559 from 1.7 branch to trunkcash
2010-04-19Merged previous to trunk.brettp
2010-04-16Merged [5623]:head from 1.7 to trunk.brettp
2010-04-05Merged 5605:5622 from 1.7 to trunk.brettp
2010-03-12Merged Cash's bugfixes from the 1.7 branch (3288:5377).brettp
2010-03-02Updated the the default search entity view to check for users and groups and ...brettp
2010-02-20Fixes #1523: Updated search to use ELGG_ENTITIES_NO_VALUE/ANY_VALUE and remov...brettp
2010-02-17Fixes #1499: User and group search default to ignoring subtypes to return all...brettp
2010-02-16Not using elgg_get_entities_from_metadata() for tag search because of perform...brettp
2010-02-13Cleaned up tag searching so you can search on a specific tag. Useful in sear...brettp
2010-02-12Closes #1506: Added elgg_register_tag_metadata_name(), elgg_get_registered_ta...brettp
2010-01-15Removing order by clause for now in search.brettp
2010-01-14Fixed an incorrect var name that caused a bug when hooking against a type but...brettp
2009-12-03Stripping tags to remove HTML on title and description for comment search.brettp
2009-12-03Removed a line breaking description for comments in search.brettp
2009-12-03Comments' search hook now correctly trims description and title.brettp
2009-11-30Removed tag search listing.brettp
2009-11-15Search changes.brettp
2009-11-10Trying out the new context grabbing function in search.brettp
2009-11-09For real this time.brettp
2009-11-09Sanitising string on tag search.brettp
2009-11-09Sanitising strings to avoid sql insertion hacks.brettp
2009-11-09Updated search to allow filtering of results by clicking on submenu items.brettp
2009-11-08No more hasty commits--Fixing a var_dump() left in.brettp
2009-11-08Added super-basic support for searching comments.brettp
2009-11-07Reverted groups and users to LIKE instead of MATCH AGAINST.brettp
2009-11-07Moved default search hooks into search mod.brettp