View Single Post
Old 01-20-2008, 08:28 PM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,444
sde is on a distinguished road
Zend_Search_Lucene

Anyone using the Zend Framework? .. specifically the Zend_Search_Lucene library?

It's pretty damn cool to be able to add a search engine to any site so easy but I can't figure out one thing regarding the search.

To search within a category, you should be able to use this syntax:
Code:
title:foo
It works fine with a string, but not with numbers. I've tried quotes around the numbers too. Just doesn't work, i.e. I get no results even though the category definitely is indexed with the numbers I'm searching for.

Probably a long shot but I thought I'd ask, or at least let other's know how easy it is to add a search engine with this library.

Zend Framework: Documentation

Here's the site I made with it. It is US Federal Aviation Regulation: FAR DB
__________________
Mike
sde is offline   Reply With Quote