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?
Hi Joe, That is effectively the reason, but it's not a direct line between URL and 'not filtering.' What's actually happening is that Exhibit needs to have a URI associated with each item; if you don't provide it, it will use the base URL of the page it thinks it's on as the namespace when generating URIs. So the text search is finding 'joe' (and joecr, and anything else in that URL) in every single item's .uri property. You should provide the TextSearch facet with a list of properties you want to search instead of leaving it to search everything. http://simile.mit.edu/wiki/Exhibit/2.0/Text_Search_Facet It seems worth noting that behavior somewhere. -- Ryan Lee [email protected] http://simile.mit.edu/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
