Search Options
2 min
this document outlines options for configuring activate full text indexing configuration for activate searching is stored in //resources/configuration/search name description en stopwords this is a list of 'stop' words that are ignored during indexing and searching common english words are common ignored to prevent matches for words like 'a', 'as', 'it' 'and' etc searchdefaults the search defaults allows overriding of some default search information see below for more information lastindexrefresh this is used by the web site to control when a last partial index update was performed this should not be changed manually maxftresults the maximum number of ft search results that are returned from the ft the default value is 50 sqltimeout the maximum number of seconds to wait for the sql query to run the default value is 600 seconds (ie 10 minutes) user description a description can be shown for each user account that is displayed during a full text index search the description is turned off by default it can be turned on in 'searchdefaults' by changing 'user/description/@display' to 'true' the following describes how the description is generated the description shown is the 'description' column that is stored in the database in the adcache table the axdescription is used to populate the 'description' column whenever a users cache is updated the default axdescription points to the users 'description' ad attribute you may change this attribute to a different attribute but must resync all the users to update the cache if the axdescription is updated, then the full text index must be fully regenerated to get this information it is suggested that the axdescription field be updated during a user update with a short description for the user (ie %=/title%, %=/phonenumber%)