Crabstix wrote:
> I have a couple of exhibits up on my site
>
> http://www.joecrabtree.com/test/tour_stuff/Wishbonetour2.php
>
> and
>
> http://www.joecrabtree.com/test/WishboneTEST.html
>
>
> If I type 'joe' in the search box it doesn't filter at all.  I've come
> to the conclusion that it's because it's in the URL of the page.  Any
> suggestion as to how to get around this?
>   
The reason for this behavior is that each item is automatically assigned 
a URI property, which is the page's URL plus the item's ID. (This is 
because Exhibit was developed to be compatible with Semantic Web 
technologies.) You can specify which properties to search as follows

    <div ex:role="facet" ex:facetClass="TextSearch" 
ex:expressions=".property1, .property2"></div>

In the future, I'd probably exclude URI automatically.

David


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to