<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Module: Non-Temporary Search</title>
        <description> This module plugs into the search-functionality bypassing the core search implementation 
to search without the use of temporary tables (in mysql, won&amp;#039;t work with any other layer probably).
Its only purpose is to provide some search functionality for the users which can&amp;#039;t get their ISP/host to fix the permissions for allowing temporary tables.
Beware, it might get really slow! Better get your host to fix your mysql-permissions!

For installing and using this module just drop the attached .php file into the mods folder (directly, not into another directory) and enable it through the admin at the modules page.</description>
        <link>https://www.phorum.org/support/read.php?62,126861,126861#msg-126861</link>
        <lastBuildDate>Sun, 13 Sep 2026 14:07:01 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,126861,155474#msg-155474</guid>
            <title>Re: Non-Temporary Search hack to fix PHRASE search</title>
            <link>https://www.phorum.org/support/read.php?62,126861,155474#msg-155474</link>
            <description><![CDATA[ The Any Words and All Words searches did not work for me.<br />
<br />
I found a bug in the addon where the query built looked like this:<br />
<br />
SELECT message FROM table WHERE search_text LIKE (&#039;%term1%&#039; OR &#039;%term2%&#039; OR &#039;%term3%&#039;)<br />
<br />
but MySQL doesn&#039;t like that. Fixed to look like this<br />
<br />
SELECT message FROM table WHERE search_text LIKE &#039;%term1%&#039; OR search_text LIKE &#039;%term2%&#039; OR search_text LIKE &#039;%term3%&#039;<br />
<br />
and that seems to work!  My latest change is prefixed with comment &quot;Bill 101914&quot;<br />
<br />
Bill]]></description>
            <dc:creator>BillS</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 20 Oct 2014 13:45:32 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,126861,150578#msg-150578</guid>
            <title>Non-Temporary Search hack to fix PHRASE search</title>
            <link>https://www.phorum.org/support/read.php?62,126861,150578#msg-150578</link>
            <description><![CDATA[ The Non-Temporary Search&#039;s PHRASE search did not work for me.  I managed to get it to work.  My two changes are prefixed with the comment &quot;Bill 121111&quot;.  See attached.<br />
<br />
A big thanks to the original author!<br />
<br />
Bill]]></description>
            <dc:creator>BillS</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 11 Dec 2011 19:19:48 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,126861,126861#msg-126861</guid>
            <title>Module: Non-Temporary Search</title>
            <link>https://www.phorum.org/support/read.php?62,126861,126861#msg-126861</link>
            <description><![CDATA[ This module plugs into the search-functionality bypassing the core search implementation <br />
to search without the use of temporary tables (in mysql, won&#039;t work with any other layer probably).<br />
Its only purpose is to provide some search functionality for the users which can&#039;t get their ISP/host to fix the permissions for allowing temporary tables.<br />
<b>Beware, it might get really slow! Better get your host to fix your mysql-permissions!</b><br />
<br />
For installing and using this module just drop the attached .php file into the mods folder (directly, not into another directory) and enable it through the admin at the modules page.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 08 Jan 2008 15:59:14 -0600</pubDate>
        </item>
    </channel>
</rss>
