From d568a1e9fd63c97eb86cd84a51bb6770747ec37c Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 17 Jan 2009 00:52:50 +0000 Subject: Implement relevance ranked boolean searching on a full text index of item and comment data. Whew! It's not pretty yet. And you have to manually update the index currently in admin/maintenance. But it works. --- core/helpers/core_search.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 core/helpers/core_search.php (limited to 'core/helpers') diff --git a/core/helpers/core_search.php b/core/helpers/core_search.php new file mode 100644 index 00000000..be11ab81 --- /dev/null +++ b/core/helpers/core_search.php @@ -0,0 +1,24 @@ +description, $item->name, $item->title)); + } +} -- cgit v1.2.3