Rev 6516 | Rev 6739 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6516 | Rev 6692 | ||
---|---|---|---|
Line 7... | Line 7... | ||
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 | !default search_lang=$lang |
11 | !default search_lang=$lang |
- | 12 | srch=!singlespace $srch |
|
- | 13 | srch=!replace internal ,$ $ by , in $srch |
|
- | 14 | srch=!replace internal $ $, by , in $srch |
|
12 | 15 | ||
13 | !if $srch!=$empty |
16 | !if $srch!=$empty |
14 | suffix_dictionary= |
17 | suffix_dictionary= |
15 | dictionary=$search_package2/$search_category.$search_lang |
18 | dictionary=$search_package2/$search_category.$search_lang |
16 | translator_unknown= |
19 | translator_unknown= |
17 | !read search.common |
20 | !read search.common |
- | 21 | ||
18 | !else |
22 | !else |
19 | scnt=0 |
23 | scnt=0 |
20 | !endif |
24 | !endif |
21 | 25 | ||
22 | !distribute item 0,0,, into weight,gotcnt,gotm,gotw,lastmod |
26 | !distribute item 0,0,, into weight,gotcnt,gotm,gotw,lastmod |