Ticket #633: filename.patch
File filename.patch, 510 bytes (added by , 11 years ago) |
---|
-
xapian-applications/omega/omindex.cc
diff --git a/xapian-applications/omega/omindex.cc b/xapian-applications/omega/omindex.cc index 762808e..f1fbc97 100644
a b index_mimetype(const string & file, const string & url, const string & ext, 894 894 string::size_type dot = leaf.find_last_of('.'); 895 895 if (dot != string::npos) 896 896 leaf.resize(dot); 897 indexer.index_text(leaf );897 indexer.index_text(leaf, 1, "F"); 898 898 } 899 899 900 900 if (!author.empty()) {