A possible bug in the search box functionality.

4 views
Skip to first unread message

Manoj Waikar

unread,
Oct 19, 2011, 1:45:01 AM10/19/11
to clojure...@googlegroups.com
Hi,

I want to search for with-in-str in the search box provided. If I type only with- (or anything less than the complete string), the instant searched results, which are shown as drop down, does not show this particular function.

This function starts showing up in that drop down if you type in the complete string. Shouldn't it start showing up much earlier?

Thanks,
Manoj.

zkim

unread,
Oct 19, 2011, 3:05:25 AM10/19/11
to ClojureDocs.org Discussion Group
> Shouldn't it start showing up much earlier?

Possibly, this is a consequence of the limitations of Sphinx for
searching code (something it wasn't designed to do). I believe we've
got a hack in there to run a fulltext match against the database when
Sphinx returns 0 results, but we might be able to make it work. I'll
have to take a closer look.

Zachary Kim

unread,
Oct 19, 2011, 3:10:02 AM10/19/11
to ClojureDocs.org Discussion Group
Correction, not using fulltext.  We're doing an exact match against the database and prepending the results to whatever Sphinx returns.
Reply all
Reply to author
Forward
0 new messages