[otrs-cvs] otrs/Kernel/Config/Files Ticket.xml,1.171,1.172

CVS commits notifications of OTRS.org cvs-log at otrs.org
Tue Apr 29 22:47:09 GMT 2008


Comments:
Update of /home/cvs/otrs/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv6355/Kernel/Config/Files

Modified Files:
	Ticket.xml 
Log Message:
Added config options for X-OTRS-TicketTime header and article search index options.

Author: martin

Index: Ticket.xml
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Files/Ticket.xml,v
retrieving revision 1.171
retrieving revision 1.172
diff -C2 -d -r1.171 -r1.172
*** Ticket.xml	19 Apr 2008 12:46:49 -0000	1.171
--- Ticket.xml	29 Apr 2008 22:47:04 -0000	1.172
***************
*** 1621,1624 ****
--- 1621,1659 ----
          </Setting>
      </ConfigItem>
+     <ConfigItem Name="Ticket::SearchIndexModule" Required="1" Valid="1">
+         <Description Lang="en">Select your TicketSearchIndexModule to increase your full text search of article (From, To, Cc, Subject and Body search). Runtime will do fulltext searches on live data on runtime (fine till about 50.000 tickets). StaticDB will strip all articles and will build and index (all uniq words of an article) after article creation (this will increase fulltext searches about 50%). To create inital index use "bin/otrs.RebuildFulltextIndex.pl".</Description>
+         <Description Lang="de">Wählen Sie das TicketSearchIndex-Modul um die Volltextsuch-Geschwindigkeit der Artikel (Von, An, Cc, Betreff und Body Suche) zu verbessern. Runtime sicht in dem allen aktuellen Datensätzen zur Laufzeit (bis ca. 50.000 Tickets). StaticDB entfernt unnötige oder doppelte Wörter und baut einen Index direkt nach der Artikel Erstellung (dies verbessert Volltextsuchen um bis zu ca. 50%). Um einen initialen Index zu erstellen kann "bin/otrs.RebuildFulltextIndex.pl" benutzt werden.</Description>
+         <Group>Ticket</Group>
+         <SubGroup>Core::FulltextSearch</SubGroup>
+         <Setting>
+             <Option Location="Kernel/System/Ticket/ArticleSearchIndex/*.pm" SelectedID="Kernel::System::Ticket::ArticleSearchIndex::RuntimeDB">
+             </Option>
+         </Setting>
+     </ConfigItem>
+     <ConfigItem Name="Ticket::SearchIndex::Attribute" Required="1" Valid="1">
+         <Description Lang="en">Attributes to configure fulltext index (note: after changeing one, "bin/otrs.RebuildFulltextIndex.pl" need to be executed to generate new index).</Description>
+         <Description Lang="de">Attribute um den Volltext-Index zu konfigurieren (Notiz: Nach einer Änderung muss "bin/otrs.RebuildFulltextIndex.pl" aufgerufen werden um den Index neu zu generieren).</Description>
+         <Group>Ticket</Group>
+         <SubGroup>Core::FulltextSearch</SubGroup>
+         <Setting>
+             <Hash>
+                 <Item Key="WordCountMax">1000</Item>
+                 <Item Key="WordLengthMin">3</Item>
+                 <Item Key="WordLengthMax">20</Item>
+             </Hash>
+         </Setting>
+     </ConfigItem>
+     <ConfigItem Name="Ticket::EventModulePost###98-ArticleSearchIndex" Required="0" Valid="1">
+         <Description Lang="en">Ticket event module to to build article index on the fly (directly after article creation).</Description>
+         <Description Lang="de">Ticket Event Modul für automatisches erstellen des Artikel-Index nach eine Artikel-Erstellung.</Description>
+         <Group>Ticket</Group>
+         <SubGroup>Core::FulltextSearch</SubGroup>
+         <Setting>
+             <Hash>
+                 <Item Key="Module">Kernel::System::Ticket::Event::ArticleSearchIndex</Item>
+                 <Item Key="Event">(ArticleCreate|ArticleUpdate)</Item>
+             </Hash>
+         </Setting>
+     </ConfigItem>
      <ConfigItem Name="HighlightAge1" Required="1" Valid="1">
          <Description Lang="en">Set the age (first level) for highlighting of queues containing untouched tickets older than x minutes.</Description>
***************
*** 6716,6719 ****
--- 6751,6766 ----
          </Setting>
      </ConfigItem>
+     <ConfigItem Name="Ticket::Frontend::CustomerTicketSearch###ExtendedSearchCondition" Required="1" Valid="1">
+         <Description Lang="en">Extended search condition in ticket search. With this feature you can search w. g. with this kind of conditions like "(key1&amp;&amp;key2)" or "(key1||key2)".</Description>
+         <Description Lang="de">Erweiterte Such-Ausdruecke. Es ist dann z. B. möglich Abfragen wie z. B. "(key1&amp;&amp;key2)" oder "(key1||key2)" zu benuten.</Description>
+         <Group>Ticket</Group>
+         <SubGroup>Frontend::Customer::Ticket::ViewSearch</SubGroup>
+         <Setting>
+             <Option SelectedID="1">
+                 <Item Key="0">No</Item>
+                 <Item Key="1">Yes</Item>
+             </Option>
+         </Setting>
+     </ConfigItem>
      <ConfigItem Name="Ticket::Frontend::CustomerTicketSearch###TicketFreeText" Required="0" Valid="1">
          <Description Lang="en">Shown ticket free text options.</Description>
***************
*** 8115,8118 ****
--- 8162,8171 ----
                  <Item>X-OTRS-TicketValue15</Item>
                  <Item>X-OTRS-TicketValue16</Item>
+                 <Item>X-OTRS-TicketTime1</Item>
+                 <Item>X-OTRS-TicketTime2</Item>
+                 <Item>X-OTRS-TicketTime3</Item>
+                 <Item>X-OTRS-TicketTime4</Item>
+                 <Item>X-OTRS-TicketTime5</Item>
+                 <Item>X-OTRS-TicketTime6</Item>
                  <Item>X-OTRS-FollowUp-Priority</Item>
                  <Item>X-OTRS-FollowUp-Queue</Item>
***************
*** 8163,8166 ****
--- 8216,8225 ----
                  <Item>X-OTRS-FollowUp-TicketValue15</Item>
                  <Item>X-OTRS-FollowUp-TicketValue16</Item>
+                 <Item>X-OTRS-FollowUp-TicketTime1</Item>
+                 <Item>X-OTRS-FollowUp-TicketTime2</Item>
+                 <Item>X-OTRS-FollowUp-TicketTime3</Item>
+                 <Item>X-OTRS-FollowUp-TicketTime4</Item>
+                 <Item>X-OTRS-FollowUp-TicketTime5</Item>
+                 <Item>X-OTRS-FollowUp-TicketTime6</Item>
              </Array>
          </Setting>


More information about the cvs-log mailing list