! pypi repository "", :
./templates/index.pt:15: <th tal:condition="exists:data/scores"><u title="Occurrence of search term weighted by field (name, summary, keywords, description, author, maintainer)">Weight*</u></th>
"", search. , :
columns = [
('name', 4),
('summary', 2),
('keywords', 2),
('description', 1),
('author', 1),
('maintainer', 1),
]
, , 4, , 2 .. , .
"XML parse" Products.ParsedXML. :
- : " .ParsedXML" = 4 + 4 = 8
- : " XML ..." = 2 + 2 = 4
- : "parsedxml xml zope2" = 2 + 2 = 4
- : " XML ..." = 1 + 1 = 2
- : " " = 0
- : () = 0
- = 8 + 4 + 4 + 2 + 0 + 0 = 18
18 - .
, , , (AKA "" "). , . , , . , , , , .