django-sphinx icon indicating copy to clipboard operation
django-sphinx copied to clipboard

A transparent layer for full-text search using Sphinx and Django

Results 29 django-sphinx issues
Sort by recently updated
recently updated
newest added

I think it should be possible to set the group method in group_by by passing a string. Right now, I'm using: import djangosphinx.apis.current as sphinxapi query(q).group_by('ch_id', sphinxapi.SPH_GROUPBY_ATTR, '@weight desc') Goal:...

Refering to .../djangosphnix/config.py from searchd commandline is not always comfortable, when django-sphnix installed via virtualenv or buildout. I make simple patch to create bin/django-sphinx-config this cases. Old style executing of...

mimimal value is 0 and not -MAX_INT (this prevented djangosphinx from being used with python >= 2.7) as pack('>2L', min, max) is being used, where L is an unsigned long...

Now you can add the following to your settings: LOGGING = { ... 'logers': { ... 'djangosphinx.models': { 'handlers': ..., 'level': 'DEBUG' } ... } ... } and handle the...

Hi, I've edited config.py to support both Django 1.2 and

This patch export all same settings into both config and model templates. Also this patch seties take another attempt to work with "new-style" database configuration.

Hi there, David I did a quick job of adding in a SetSelect command. I'm sure you know about it, its very useful for using more advanced features of sphinx....

It would be great if you could pull in some of the fixes. - Updated default port - Improved documentation - Basic support for Sphinx 1.10-beta - Basic support for...

(I not test this patch with jinja2/coffin, but I believe it should work)