<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Forums Tag: Search</title>
<link>http://omeka.org/forums/</link>
<description>Forums Tag: Search</description>
<language>en</language>
<pubDate>Thu, 21 Aug 2008 22:33:45 +0000</pubDate>

<item>
<title>KrisKelly on "search problems"</title>
<link>http://omeka.org/forums/topic/search-problems#post-521</link>
<pubDate>Tue, 08 Jul 2008 18:36:35 +0000</pubDate>
<dc:creator>KrisKelly</dc:creator>
<guid isPermaLink="false">521@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Right now the tag searching mechanism looks for the full name of the tag (case insensitive).  For example, if you had something tagged 'connecticut' and 'river' then your test item would show up with a search for either of those terms, but if the tag is 'connecticut river' then only a search for 'connecticut river' (sans typos) will show that as a result.  Basically the tags aren't tokenized when searching, which may not be what you are expecting when you search for those terms.  In fact, it may not be what we are expecting, so I'll have to discuss amongst others to determine whether or not this is a bug that needs to be fixed.&#60;/p&#62;
&#60;p&#62;Regardless, all the metadata for the item should be searchable with the simple search bar, so that if you have 'connecticut' or 'river' anywhere in the metadata for an item, that item would show up in the search results.  MySQL's search is a bit finicky though, so it may not show any results while you only have a few items in your database.  Long story short, if you do more data entry, then the results should get better as the data set gets larger.  &#60;/p&#62;
&#60;p&#62;I hope that helps, and let me know if you have more questions.
&#60;/p&#62;</description>
</item>
<item>
<title>kkay on "search problems"</title>
<link>http://omeka.org/forums/topic/search-problems#post-517</link>
<pubDate>Mon, 07 Jul 2008 21:59:50 +0000</pubDate>
<dc:creator>kkay</dc:creator>
<guid isPermaLink="false">517@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I'm having problems using the simple search on any public theme (including the Omeka provided themes). I'm getting no results unless searching for a tag keyword (and only if inputing the full tag name if multi-word). All other fields return nothing.&#60;/p&#62;
&#60;p&#62;I've started to modify the Thanks Roy theme but I left this line the same:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php echo simple_search(array(&#38;#39;id&#38;#39;=&#38;gt;&#38;#39;simple-search&#38;#39;),uri(&#38;#39;items/browse&#38;#39;)); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.digitalamherst.org&#34; rel=&#34;nofollow&#34;&#62;www.digitalamherst.org&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I also checked using the search functions on the admin side and am having the same problems in the basic search. The advanced search seems to be working when searching for keywords in a specific field.&#60;/p&#62;
&#60;p&#62;I poked around for the php file that has the search functions but had trouble finding it.&#60;/p&#62;
&#60;p&#62;Any suggestions?
&#60;/p&#62;</description>
</item>
<item>
<title>DaveLester on "Search leads to 403 error"</title>
<link>http://omeka.org/forums/topic/search-leads-to-403-error#post-120</link>
<pubDate>Mon, 28 Jan 2008 19:29:14 +0000</pubDate>
<dc:creator>DaveLester</dc:creator>
<guid isPermaLink="false">120@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Thanks, Trevor.
&#60;/p&#62;</description>
</item>
<item>
<title>trevorjames on "Search leads to 403 error"</title>
<link>http://omeka.org/forums/topic/search-leads-to-403-error#post-116</link>
<pubDate>Mon, 28 Jan 2008 16:27:15 +0000</pubDate>
<dc:creator>trevorjames</dc:creator>
<guid isPermaLink="false">116@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Let me just tweak my previous post - &#60;/p&#62;
&#60;p&#62;just add back the &#38;lt;div id=&#34;searchwrap&#34;&#38;gt;&#38;lt;/div&#38;gt; to surround the PHP code and the search box should stay in the top right corner.&#60;/p&#62;
&#60;p&#62;-Trevor
&#60;/p&#62;</description>
</item>
<item>
<title>trevorjames on "Search leads to 403 error"</title>
<link>http://omeka.org/forums/topic/search-leads-to-403-error#post-115</link>
<pubDate>Mon, 28 Jan 2008 16:25:23 +0000</pubDate>
<dc:creator>trevorjames</dc:creator>
<guid isPermaLink="false">115@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Excellent!  That solved it.  And if anyone is interested here are some more details:&#60;/p&#62;
&#60;p&#62;1) The PHP search code (per KrisKelly's note) needs to be tweaked in the &#34;header.php&#34; file here:&#60;/p&#62;
&#60;p&#62;/omeka/themes/minimalist/common/header.php&#60;/p&#62;
&#60;p&#62;You also need to tweak the formatting of the search box by adding in some HTML formatting code (to surround your PHP) if you want the search box to float back to the right corner of the theme page.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;-Trevor
&#60;/p&#62;</description>
</item>
<item>
<title>KrisKelly on "Search leads to 403 error"</title>
<link>http://omeka.org/forums/topic/search-leads-to-403-error#post-114</link>
<pubDate>Sun, 27 Jan 2008 22:40:20 +0000</pubDate>
<dc:creator>KrisKelly</dc:creator>
<guid isPermaLink="false">114@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi, actually this is an error in the design of that theme.  Back when we initially designed the themes, the search mechanism wasn't working properly, so we were putting boilerplate code in where the search bar should be.  The code for that should actually be the following:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php simple_search(array(), uri(&#38;#39;items/browse&#38;#39;)); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If you replace the HTML for the existing form with the above code, it should work fine.  If you don't feel comfortable editing the source code, then feel free to wait for the next release when it should work fine.&#60;/p&#62;
&#60;p&#62;Thanks for catching that!
&#60;/p&#62;</description>
</item>
<item>
<title>DaveLester on "Search leads to 403 error"</title>
<link>http://omeka.org/forums/topic/search-leads-to-403-error#post-110</link>
<pubDate>Sun, 27 Jan 2008 05:51:30 +0000</pubDate>
<dc:creator>DaveLester</dc:creator>
<guid isPermaLink="false">110@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi Trevor,&#60;/p&#62;
&#60;p&#62;It appears you're using the prepackaged minimalist theme - have you made any revisions to it?&#60;/p&#62;
&#60;p&#62;Additionally, has the htaccess file been moved intact to your server?  More often than not 403 errors are caused by modifications and/or deletions of htaccess files.&#60;/p&#62;
&#60;p&#62;- Dave
&#60;/p&#62;</description>
</item>
<item>
<title>trevorjames on "Search leads to 403 error"</title>
<link>http://omeka.org/forums/topic/search-leads-to-403-error#post-105</link>
<pubDate>Thu, 24 Jan 2008 16:59:33 +0000</pubDate>
<dc:creator>trevorjames</dc:creator>
<guid isPermaLink="false">105@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I'm receiving this error when trying to do a search of our site:&#60;/p&#62;
&#60;p&#62;403 Permission Denied&#60;br /&#62;
You do not have permission for this request /omeka/search.php?search=mask&#38;#38;submit=Search&#60;/p&#62;
&#60;p&#62;The site is here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://variantcube.com/omeka/&#34; rel=&#34;nofollow&#34;&#62;http://variantcube.com/omeka/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;-Trevor James&#60;br /&#62;
FCPS Webmaster
&#60;/p&#62;</description>
</item>
<item>
<title>DaveLester on "Search results in 403 Forbidden"</title>
<link>http://omeka.org/forums/topic/search-results-in-403-forbidden#post-77</link>
<pubDate>Wed, 26 Dec 2007 04:09:24 +0000</pubDate>
<dc:creator>DaveLester</dc:creator>
<guid isPermaLink="false">77@http://omeka.org/forums/</guid>
<description>&#60;p&#62;The url you shared isn't an actual url for Omeka - notice how 'items' is listed twice in the URI.  Remove one of the 'items' in the URI and the 404 error page is removed.
&#60;/p&#62;</description>
</item>
<item>
<title>kerim on "No Search Results"</title>
<link>http://omeka.org/forums/topic/no-search-results#post-76</link>
<pubDate>Mon, 24 Dec 2007 13:49:45 +0000</pubDate>
<dc:creator>kerim</dc:creator>
<guid isPermaLink="false">76@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I am unable to produce search results doing a simple search in any of the themes. I either get no results (for words I know are in the fulltext, tags, and title fields), or I get an error message.
&#60;/p&#62;</description>
</item>
<item>
<title>kerim on "Search results in 403 Forbidden"</title>
<link>http://omeka.org/forums/topic/search-results-in-403-forbidden#post-74</link>
<pubDate>Mon, 24 Dec 2007 13:43:12 +0000</pubDate>
<dc:creator>kerim</dc:creator>
<guid isPermaLink="false">74@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Thanks. Unfortunately though, it seems like the theme has another problem because I now get this:&#60;/p&#62;
&#60;p&#62;&#34;Oops!&#60;/p&#62;
&#60;p&#62;Sorry, this page doesn't exist. Check your URL, or send us a note.&#34;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://kerim.joyeurs.com/omeka/items/items/browse?search=members&#38;#38;submit_search=Submit&#34; rel=&#34;nofollow&#34;&#62;http://kerim.joyeurs.com/omeka/items/items/browse?search=members&#38;#38;submit_search=Submit&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>KrisKelly on "Search results in 403 Forbidden"</title>
<link>http://omeka.org/forums/topic/search-results-in-403-forbidden#post-73</link>
<pubDate>Mon, 24 Dec 2007 03:41:54 +0000</pubDate>
<dc:creator>KrisKelly</dc:creator>
<guid isPermaLink="false">73@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Looks like the code for the search in that theme is broken.  Try replacing that search bar code with this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php simple_search(array(), 'items/browse'); ?&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>kerim on "Search results in 403 Forbidden"</title>
<link>http://omeka.org/forums/topic/search-results-in-403-forbidden#post-71</link>
<pubDate>Mon, 24 Dec 2007 00:40:52 +0000</pubDate>
<dc:creator>kerim</dc:creator>
<guid isPermaLink="false">71@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I'm using the &#34;minimalist&#34; theme since the default theme didn't seem to have a search box. However, the results of a search are a 403 error page. I assume this is a permissions error, but I couldn't find the appropriate file I must change.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Here is the relevant page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://kerim.joyeurs.com/omeka/search.php?search=test&#38;#38;submit=Search&#34; rel=&#34;nofollow&#34;&#62;http://kerim.joyeurs.com/omeka/search.php?search=test&#38;#38;submit=Search&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>jolsen on "Omeka Search Issues"</title>
<link>http://omeka.org/forums/topic/omeka-search-issues#post-25</link>
<pubDate>Thu, 25 Oct 2007 23:57:17 +0000</pubDate>
<dc:creator>jolsen</dc:creator>
<guid isPermaLink="false">25@http://omeka.org/forums/</guid>
<description>&#60;p&#62;We are experiencing issues still with the search engine for 1989.&#60;/p&#62;
&#60;p&#62;For example, if you search for “Wende” – you get a return of 453 items (I know we do not have that many objects with “Wende” in the title or text, although we do have several items from the Wende Museum (just not 453 items…).&#60;/p&#62;
&#60;p&#62;If I were searching for “Bratislava” – which is one of the case studies about the “Bratislava Five” (item #125) – it returned 426 items, although none are close to this topic. Instead, it returned items on Poland, the Soviet Union, Yugoslavia, Armenia and other areas. I did finally find the document, but it buried in the fourth page of results. &#60;/p&#62;
&#60;p&#62;When searching for “East Germany” the first return is a poster on “Traditional Soviet Values for children” (Item #3). Viewing the item, there is no reference at all to East Germany anywhere in the text. &#60;/p&#62;
&#60;p&#62;Searching for “Honecker” (say I am looking for item #301 – Erich Honecher’s Reden und Aufsätze) it is the 18th return (it seems like the first results are the same no matter what you search for - #3 is always there).  The Honecker item should come up easily, since I tagged it with “Honecker.”&#60;/p&#62;
&#60;p&#62;Is there any way to optimize this search function?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Jon
&#60;/p&#62;</description>
</item>

</channel>
</rss>
