Commit Graph

9 Commits

Author SHA1 Message Date
mwells
51bb653bb3 fix stack smash core. 2014-06-01 10:42:49 -07:00
mwells
918f43f80e still searched for stripped words even if
has a synset. fixed query lang
detector in SearchInput.cpp.
2014-06-01 10:18:24 -07:00
Matt Wells
d15f5d3ce7 when user searches for a word without the
accent marks, we now also search for the same
word but with the proper accent marks.
2014-06-01 09:37:00 -07:00
mwells
f16414b774 fix stripAccentMarks() to use libiconv stuff
so all languages are now supported.
2014-05-31 08:14:39 -07:00
mwells
5f16013a9e add support for stripping accent marks from greek letters. 2014-05-30 20:09:37 -07:00
Matt Wells
09f28b2f26 now we index all numbers that have field names
(so can't just be a number in the body) but it
can be in a meta tag or json item. then use
like gbsortby:products.offerPrice to sort the
search results (json objects) by that.
2013-11-08 16:16:13 -08:00
Matt Wells
965e23f192 fix core from hashtablex::set() not getting
enough buf space. now we force it to allocate
a minimum of 32 slots to fix another bug where
it was re-allocating immediately upon adding a
key because growTable() is ALWAYS called if there
are less than 20 slots!
2013-09-15 21:15:58 -07:00
Matt Wells
928dc36a03 get "&site=abc.com+xyz.com"... working to restrict
search results to specified sites. tested a little.
2013-09-15 20:16:48 -07:00
Matt Wells
f6e560c1f4 Initial file population. 2013-08-02 13:12:24 -07:00