Rev 6692 | Rev 6747 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6692 | Rev 6739 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | # |
6 | # |
7 | # Output variables: |
7 | # Output variables: |
8 | # gotm, gotw, gotcnt |
8 | # gotm, gotw, gotcnt |
9 | # gotw is only for debugging uses. |
9 | # gotw is only for debugging uses. |
10 | !nocache |
10 | !nocache |
- | 11 | !distribute words $wims_read_parm into s_cat |
|
11 | !default search_lang=$lang |
12 | !default search_lang=$lang |
- | 13 | !default s_cat=$search_category |
|
- | 14 | ||
12 | srch=!singlespace $srch |
15 | srch=!singlespace $srch |
13 | srch=!replace internal ,$ $ by , in $srch |
16 | srch=!replace internal ,$ $ by , in $srch |
14 | srch=!replace internal $ $, by , in $srch |
17 | srch=!replace internal $ $, by , in $srch |
15 | 18 | ||
16 | !if $srch!=$empty |
19 | !if $srch!=$empty |
17 | suffix_dictionary= |
20 | suffix_dictionary= |
18 | dictionary=$search_package2/ |
21 | dictionary=$search_package2/$s_cat.$search_lang |
19 | translator_unknown= |
22 | translator_unknown= |
20 | !read search.common |
23 | !read search.common |
21 | - | ||
22 | !else |
24 | !else |
23 | scnt=0 |
25 | scnt=0 |
24 | !endif |
26 | !endif |
25 | 27 | ||
26 | !distribute item 0,0,, into weight,gotcnt,gotm,gotw,lastmod |
28 | !distribute item 0,0,, into weight,gotcnt,gotm,gotw,lastmod |