After a little work, I realized that it IS performing the search,  but
it only returns objects with fields that match EXACTLY.  Is there any
way to make it so it does a partial search as well?  Like if a field
contains part of that query, it still finds it?

On Oct 4, 7:07 pm, M Godshall <[EMAIL PROTECTED]> wrote:
> First of all, I'm trying to find a simple search solution that will
> allow me to search specific fields in a model and display the results
> according to their relevance (I'm using mysql).  After much searching
> it seemed like the djangosearch app would be the best solution (but I
> welcome other suggestions!)
>
> However, I'm having trouble implementing the djangosearch app found 
> athttp://code.google.com/p/djangosearch/source/browse/branches/soc-new-....
> The instructions that I'm following are found 
> athttp://code.google.com/p/djangosearch/source/browse/branches/soc-new-....
> Basically, I've setup that app as instructed, and I'm running searches
> without any errors.  However, I'm not getting any results, even for
> searches that I know should return something.  I wasn't able to get
> any help from the irc, so I would appreciate if someone could take a
> look at my code and point me in the right direction:http://dpaste.com/82410/.
>
> Any help would be appreciated!  Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to