As an aside, I&#39;d like to point out that Koha libraries using LibraryThing for Libraries (the function for which is built into Koha already in GlobalSystemPreferences&gt;EnhancedContent) seems to be the best current solution for tagging issues. <br>
<br>See the example below:<br><a href="http://www.library.org.nz/cgi-bin/koha/opac-detail.pl?biblionumber=63777">http://www.library.org.nz/cgi-bin/koha/opac-detail.pl?biblionumber=63777</a><br><br>The &quot;tag browser&quot; basically works as a separate search engine. Would be great if Koha had this separate from LTFL (which costs money), but it&#39;s a workable solution for now.<br>
<br>CM<br><br><div class="gmail_quote">On Wed, May 25, 2011 at 12:30 PM, LAURENT Henri-Damien <span dir="ltr">&lt;<a href="mailto:henridamien.laurent@biblibre.com">henridamien.laurent@biblibre.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Le 25/05/2011 14:38, Ian Walls a écrit :<br>
<div class="im">&gt; The fundamental problem with making Tags searchable as keywords is that<br>
&gt; they are not part of the MARC records at all, and since Zebra builds<br>
&gt; it&#39;s search indexes solely off the MARC, there is currently no way to<br>
&gt; inject the tags.<br>
&gt;<br>
&gt; So, our options are:<br>
&gt;<br>
&gt; 1.  Put the tags into MARC fields, and index those (probably a bad idea<br>
&gt; for any kind of record interoperability, and many catalogers will hate<br>
&gt; the idea of the public being able to edit the MARC record)<br>
&gt;<br>
&gt; 2. Put the tags into a different metadata format and index them<br>
&gt; separately, mixing in the results with the results for MARC fields.<br>
&gt; Complicated, but flexible.<br>
&gt;<br>
&gt; 3. Have a separate search mechanism for tags.  Not very integrated, and<br>
&gt; if it&#39;s MySQL-based, will bog down like Koha did before Zebra.<br>
<br>
</div>Hi<br>
hopping into the thread.<br>
<br>
Could also be done tweaking the rebuild_zebra which would take some<br>
mysql information and put them into a marcrecord with hardcoded<br>
tags/subfields (090 091 990 ? For Internal Koha usage... Some quite<br>
important mysql data such as last modified, first created, and so on<br>
could also be added that way.) Maybe a kind of plugin for rebuild_zebra.<br>
<br>
But I would have rather more librarians to talk about that issue.<br>
Some librarians will want to index those tags, others won&#39;t because it<br>
will add some noise and users donot add &quot;correct and valid&quot; tags.<br>
Problem would to add to zebraqueue as soon as a tag is added or validated.<br>
<br>
<br>
To adress Lori&#39;s question, about the SOPAC2 management of tags, this<br>
would not be ideal i think.<br>
Insurge would be yet another indexing engine with another technology<br>
(sphynx and mysql). And changing for or adding Insurge would not change<br>
the core problems. It is not the indexing engine... It is the way things<br>
are done, the C4::Search.pm and the way we index things.<br>
<br>
I would have rather index the stuff as a tag index into a zebra/whatever<br>
koha search engine. Working on Solr integration, we pondered on the<br>
question. And decided Not to add A plugin to index tags at the moment...<br>
The more you add indexes, the more you add overhead at indexing time. We<br>
have to work on a solution to index a record as fast as lightning... But<br>
run short of time. And the MARCXML representation is not the &quot;fastest to<br>
parse&quot; one (This could be addressed... But would any library be<br>
interested in funding that idea ? koha should work as fast as it was<br>
in... 2.2... And it is internal work... So, who cares ?). MarcXML choice<br>
may have been clever at one point... But what we did with it was not (I<br>
mean the C4::XSLT.pm and the parsing of stylesheet could be embedded in<br>
a more clever way, the rebuild_zebra in iso2709 only at first...). And<br>
the counterpart is everyday heavier and heavier.<br>
<br>
But still, it would have to index the record when a tag is added...<br>
Which is not ideal. Neither is the present day situation... But at<br>
least, it is not adding some overhead indexing with tags management or<br>
noise in the results.<br>
<br>
But what data is indexed and how it is indexed should be a global<br>
concern (For instance, acquisitions information, user interactions, and<br>
claims may all be indexed into the search engine) ? that would raise<br>
issues for indexing... acquisition elements, privacy, permissions (Do<br>
patrons need to be able to search with acquisition data ?) and so on...<br>
In my humble opinion, that would need to be discussed on a wider scale<br>
than just a company or a dev group, or even a users group.... And not<br>
only librarians, but all the users, that also mean patrons. patrons&#39;<br>
opinion should be important. There is a workgroup need there. Not on a<br>
local base (which would already be nice), but on a widescale base, with<br>
use cases. The whole koha users may have to speak their minds about what<br>
THEY want. And when ppl agree on what they want to see, they could go<br>
through RFP, RFI, CCTP, whatever. And speaking only english could raise<br>
some artificial barriers (indian libraries, french, german users,<br>
pakistanese, spanish users).<br>
<br>
Maybe I am too much demanding, you may think I am just whinning or idle<br>
thinking. But there are groups that gathered and worked and designed<br>
stuff... Why should Koha users around the world not be able to do so ?<br>
<br>
My 2 cents.<br>
--<br>
Henri-Damien LAURENT<br>
<div class="im"><br>
&gt;<br>
&gt; I&#39;m open to other ideas for how we could make tags more usable in Koha;<br>
&gt; they&#39;re a great feature, they just need to be made more accessible.<br>
&gt;<br>
&gt;<br>
&gt; -Ian<br>
&gt;<br>
</div>&gt; 2011/5/24 G. Laws &lt;<a href="mailto:glawson@rhcl.org">glawson@rhcl.org</a> &lt;mailto:<a href="mailto:glawson@rhcl.org">glawson@rhcl.org</a>&gt;&gt;<br>
<div class="im">&gt;<br>
&gt;     When you have moderation turned on a staff person has to review and<br>
&gt;     approve/reject the tags, so that&#39;s one place they are visible from<br>
&gt;     the staff interface.<br>
&gt;<br>
&gt;     That&#39;s also one of the features we want to improve. Right now there<br>
&gt;     is no mechanism for editing the tags that someone posts. We want to<br>
&gt;     have them editable to remove, as one example, profanity from an<br>
&gt;     otherwise acceptable tag string, or to correct good, but<br>
&gt;     &lt;gregariously&gt; misspelled, tags.<br>
&gt;<br>
&gt;     If you go to the OPAC tag cloud, of course, you can see the tags<br>
&gt;     listed and select a tag to see what it&#39;s been applied to, but that&#39;s<br>
&gt;     not really like a search term.<br>
&gt;<br>
&gt;     Greg<br>
&gt;     ================<br>
&gt;<br>
&gt;<br>
&gt;     On 05/24/2011 03:41 PM, Caitlin McGurk wrote:<br>
&gt;&gt;     Seems like that could be the best option, Greg. Though generally I<br>
&gt;&gt;     equate tags with keywords and would think they should be<br>
&gt;&gt;     searchable one in the same.<br>
&gt;&gt;<br>
&gt;&gt;     Is the only way to see tags when you&#39;re logged in as a patron, and<br>
&gt;&gt;     looking at your own list?<br>
&gt;&gt;     Also, reiterating what I asked before- has anyone tried the<br>
&gt;&gt;     LibraryThing for Libraries tagging option? That might be the best<br>
&gt;&gt;     way to go, though it does have a price.<br>
&gt;&gt;<br>
&gt;&gt;     CM<br>
&gt;&gt;<br>
</div>&gt;&gt;     2011/5/24 G. Laws &lt;<a href="mailto:glawson@rhcl.org">glawson@rhcl.org</a> &lt;mailto:<a href="mailto:glawson@rhcl.org">glawson@rhcl.org</a>&gt;&gt;<br>
<div class="im">&gt;&gt;<br>
&gt;&gt;         Maybe a tag should be a keyword search option in advanced search?<br>
&gt;&gt;<br>
&gt;&gt;         Greg<br>
&gt;&gt;         -----------------------------<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;         On 05/24/2011 03:28 PM, G. Laws wrote:<br>
&gt;&gt;&gt;         We are considering, to be a bit more specific, funding<br>
&gt;&gt;&gt;         improvements to the tagging feature, and would happily<br>
&gt;&gt;&gt;         welcome participative assistance in this regard with any<br>
&gt;&gt;&gt;         interested parties. If you are interested we can discuss it<br>
&gt;&gt;&gt;         with ByWater Solutions, with which we have been talking about<br>
&gt;&gt;&gt;         enhancements, or via direct email.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;         Greg<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;         --------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;         On 05/24/2011 03:08 PM, Caitlin McGurk wrote:<br>
&gt;&gt;&gt;&gt;         Interesting- fixed the OPAC configuration, so thanks for that.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;         I&#39;m also finding that although you can tag an item, you<br>
&gt;&gt;&gt;&gt;         still can&#39;t search for that tag and get any results. Seems<br>
&gt;&gt;&gt;&gt;         silly to me that tagging would be worth anything in Koha at<br>
&gt;&gt;&gt;&gt;         all if that&#39;s the case. Maybe I&#39;m just not understanding the<br>
&gt;&gt;&gt;&gt;         feature, but I would think that implementing tags *should*<br>
&gt;&gt;&gt;&gt;         be there to make searching more robust.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;         Has anyone had much luck with the LibraryThing for Libraries<br>
&gt;&gt;&gt;&gt;         function? My institution is thinking about getting it to fix<br>
&gt;&gt;&gt;&gt;         this tagging issue. If anyone is currently using it, I&#39;d be<br>
&gt;&gt;&gt;&gt;         curious to know whether or not it allows you to find the<br>
&gt;&gt;&gt;&gt;         tags in a catalog search.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;         Caitlin M<br>
&gt;&gt;&gt;&gt;<br>
</div>&gt;&gt;&gt;&gt;         2011/5/24 G. Laws &lt;<a href="mailto:glawson@rhcl.org">glawson@rhcl.org</a> &lt;mailto:<a href="mailto:glawson@rhcl.org">glawson@rhcl.org</a>&gt;&gt;<br>
<div class="im">&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;             I don&#39;t think you can tag from the staff interface.<br>
&gt;&gt;&gt;&gt;             We&#39;ve talked about doing some tagging enhancements; so<br>
&gt;&gt;&gt;&gt;             maybe this will be a good discussion topic.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;             However, you clearly have a separate problem with<br>
&gt;&gt;&gt;&gt;             tagging from the OPAC that needs to be resolved. You<br>
&gt;&gt;&gt;&gt;             have to enable tagging in the staff interface. In the<br>
&gt;&gt;&gt;&gt;             OPAC configuration there are several settings, like<br>
&gt;&gt;&gt;&gt;             tagsenabled and tagsmoderated, etc. Check those.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;             Of interest, however, I now see that the text for<br>
&gt;&gt;&gt;&gt;             tagsenabled says it enables both patrons and staff to<br>
&gt;&gt;&gt;&gt;             tag, so I don&#39;t know what&#39;s with that.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;             --<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;             Greg Lawson<br>
&gt;&gt;&gt;&gt;             Rolling Hills Consolidated Library<br>
&gt;&gt;&gt;&gt;             1912 N. Belt Highway<br>
&gt;&gt;&gt;&gt;             St. Joseph, MO 64506<br>
</div>&gt;&gt;&gt;&gt;             <a href="tel:816-232-5479%20x2303" value="+18162325479">816-232-5479 x2303</a> &lt;tel:<a href="tel:816-232-5479" value="+18162325479">816-232-5479</a>%20x2303&gt;<br>
<div class="im">&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;             -----------------------------<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;             On 05/24/2011 01:48 PM, Caitlin McGurk wrote:<br>
&gt;&gt;&gt;&gt;&gt;             Hey all,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;             How does Tagging work in Koha? Can it be done through<br>
&gt;&gt;&gt;&gt;&gt;             the administrative end? I can&#39;t find a section for it,<br>
&gt;&gt;&gt;&gt;&gt;             other than from the patron side. When I try to add tags<br>
&gt;&gt;&gt;&gt;&gt;             to certain books as a patron, they do not save and the<br>
&gt;&gt;&gt;&gt;&gt;             item does not appear when a search is done for that tag<br>
&gt;&gt;&gt;&gt;&gt;             after.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;             Suggestions?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;             CM<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;             --<br>
&gt;&gt;&gt;&gt;&gt;             Caitlin McGurk<br>
&gt;&gt;&gt;&gt;&gt;             /Librarian<br>
&gt;&gt;&gt;&gt;&gt;             The Schulz Library<br>
&gt;&gt;&gt;&gt;&gt;             The Center for Cartoon Studies<br>
</div>&gt;&gt;&gt;&gt;&gt;             &lt;<a href="http://www.cartoonstudies.org" target="_blank">http://www.cartoonstudies.org</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;             <a href="mailto:McGurk@cartoonstudies.org">McGurk@cartoonstudies.org</a><br>
&gt;&gt;&gt;&gt;&gt;             &lt;mailto:<a href="mailto:McGurk@cartoonstudies.org">McGurk@cartoonstudies.org</a>&gt;/<br>
<div class="im">&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;             _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;             Koha mailing list  <a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
</div>&gt;&gt;&gt;&gt;&gt;             <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a> &lt;mailto:<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a>&gt;<br>
<div class="im">&gt;&gt;&gt;&gt;&gt;             <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;             _______________________________________________<br>
&gt;&gt;&gt;&gt;             Koha mailing list  <a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
</div>&gt;&gt;&gt;&gt;             <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a> &lt;mailto:<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a>&gt;<br>
<div class="im">&gt;&gt;&gt;&gt;             <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;         --<br>
&gt;&gt;&gt;&gt;         Caitlin McGurk<br>
&gt;&gt;&gt;&gt;         /Librarian<br>
&gt;&gt;&gt;&gt;         The Schulz Library<br>
</div>&gt;&gt;&gt;&gt;         The Center for Cartoon Studies &lt;<a href="http://www.cartoonstudies.org" target="_blank">http://www.cartoonstudies.org</a>&gt;<br>
&gt;&gt;&gt;&gt;         <a href="mailto:McGurk@cartoonstudies.org">McGurk@cartoonstudies.org</a> &lt;mailto:<a href="mailto:McGurk@cartoonstudies.org">McGurk@cartoonstudies.org</a>&gt;/<br>
<div class="im">&gt;&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;         _______________________________________________<br>
&gt;&gt;         Koha mailing list  <a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
</div>&gt;&gt;         <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a> &lt;mailto:<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a>&gt;<br>
<div class="im">&gt;&gt;         <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     --<br>
&gt;&gt;     Caitlin McGurk<br>
&gt;&gt;     /Librarian<br>
&gt;&gt;     The Schulz Library<br>
</div>&gt;&gt;     The Center for Cartoon Studies &lt;<a href="http://www.cartoonstudies.org" target="_blank">http://www.cartoonstudies.org</a>&gt;<br>
&gt;&gt;     <a href="mailto:McGurk@cartoonstudies.org">McGurk@cartoonstudies.org</a> &lt;mailto:<a href="mailto:McGurk@cartoonstudies.org">McGurk@cartoonstudies.org</a>&gt;/<br>
<div class="im">&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;     --<br>
&gt;<br>
&gt;     Greg Lawson<br>
&gt;     Rolling Hills Consolidated Library<br>
&gt;     1912 N. Belt Highway<br>
&gt;     St. Joseph, MO 64506<br>
&gt;     <a href="tel:816-232-5479%20x2303" value="+18162325479">816-232-5479 x2303</a><br>
&gt;<br>
&gt;<br>
&gt;     _______________________________________________<br>
&gt;     Koha mailing list  <a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
</div>&gt;     <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a> &lt;mailto:<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a>&gt;<br>
<div class="im">&gt;     <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Ian Walls<br>
&gt; Lead Development Specialist<br>
&gt; ByWater Solutions<br>
&gt; ALA Booth 732<br>
&gt; Phone # <a href="tel:%28888%29%20900-8944" value="+18889008944">(888) 900-8944</a><br>
&gt; <a href="http://bywatersolutions.com" target="_blank">http://bywatersolutions.com</a><br>
</div>&gt; <a href="mailto:ian.walls@bywatersolutions.com">ian.walls@bywatersolutions.com</a> &lt;mailto:<a href="mailto:ian.walls@bywatersolutions.com">ian.walls@bywatersolutions.com</a>&gt;<br>
&gt; Twitter: @sekjal<br>
&gt;<br>
&gt;<br>
&gt;<br>
<div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; Koha mailing list  <a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
&gt; <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
&gt; <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
<br>
_______________________________________________<br>
Koha mailing list  <a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Caitlin McGurk<br><i>Librarian<br>The Schulz Library<br><a href="http://www.cartoonstudies.org" target="_blank">The Center for Cartoon Studies</a><br><a href="mailto:McGurk@cartoonstudies.org" target="_blank">McGurk@cartoonstudies.org</a></i><br>
<br>