Rev 6390 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6390 | Rev 6461 | ||
---|---|---|---|
Line 82... | Line 82... | ||
82 | !else |
82 | !else |
83 | search_level=!nospace $search_level |
83 | search_level=!nospace $search_level |
84 | search_domain=!trim $search_domain |
84 | search_domain=!trim $search_domain |
85 | search_keywords=!trim $search_keywords |
85 | search_keywords=!trim $search_keywords |
86 | !endif |
86 | !endif |
87 | - | ||
88 | search_category=!replace exercise by X in $search_category |
87 | search_category=!replace exercise by X in $search_category |
89 | search_category=!replace tool by T in $search_category |
88 | search_category=!replace tool by T in $search_category |
90 | search_category=!replace recreation by R in $search_category |
89 | search_category=!replace recreation by R in $search_category |
91 | search_category=!trim $search_category |
90 | search_category=!trim $search_category |
92 | search_category=!char 1 of $search_category |
91 | search_category=!char 1 of $search_category |
Line 96... | Line 95... | ||
96 | !exit |
95 | !exit |
97 | !endif |
96 | !endif |
98 | 97 | ||
99 | !if $search_keywords!=$empty |
98 | !if $search_keywords!=$empty |
100 | search_keywords_cnt=!wordcnt $search_keywords |
99 | search_keywords_cnt=!wordcnt $search_keywords |
101 | !!! the keyword |
100 | !!! the keyword may be the address of a module - if it is found, no other search is done |
102 | !if (/ isin $search_keywords or %2F isin $search_keywords) and $search_keywords_cnt=1 |
101 | !if (/ isin $search_keywords or %2F isin $search_keywords) and $search_keywords_cnt=1 |
103 | k_=!replace internal module= by in $search_keywords |
102 | k_=!replace internal module= by in $search_keywords |
104 | k_=!replace internal %2F by / in $k_ |
103 | k_=!replace internal %2F by / in $k_ |
105 | dictionary=$search_package2/serial |
104 | dictionary=$search_package2/serial |
106 | translator_unknown=leave |
105 | translator_unknown=leave |
Line 144... | Line 143... | ||
144 | package=$search_package\ |
143 | package=$search_package\ |
145 | search_lang=$search_lang |
144 | search_lang=$search_lang |
146 | 145 | ||
147 | !if $search_category isin LPS |
146 | !if $search_category isin LPS |
148 | !changeto search.$search_category |
147 | !changeto search.$search_category |
- | 148 | !endif |
|
- | 149 | ||
- | 150 | !if $search_category isin A |
|
- | 151 | !read search.S |
|
- | 152 | gotmS=$gotm |
|
- | 153 | gotwS=$gotw |
|
- | 154 | gotcntS=$gotcnt |
|
- | 155 | gottS=$gott |
|
- | 156 | gotdS=$gotd |
|
149 | !endif |
157 | !endif |
150 | 158 | ||
151 | !read search.ker $search_lang |
159 | !read search.ker $search_lang |
152 | :bailout |
160 | :bailout |
153 | 161 |