Skip to content

Commit 5d2d340

Browse files
author
Sergey Kartashoff
committed
mnoGoSearch module test example updates
1 parent bdf1db6 commit 5d2d340

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/mnogosearch/test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
Udm_Set_Agent_Param($udm,UDM_PARAM_MIN_WORD_LEN,2);
4848
Udm_Set_Agent_Param($udm,UDM_PARAM_MAX_WORD_LEN,16);
4949
Udm_Set_Agent_Param($udm,UDM_PARAM_PREFIX,UDM_PREFIX_DISABLED);
50+
Udm_Set_Agent_Param($udm,UDM_PARAM_VARDIR,"/opt/mnogo/install/var");
5051

5152
if (Udm_Api_Version() >= 30111) {
5253
Udm_Set_Agent_Param($udm,UDM_PARAM_CROSS_WORDS,UDM_CROSS_WORDS_DISABLED);

0 commit comments

Comments
 (0)