How to get field name......
Posted
by user229538
on Stack Overflow
See other posts from Stack Overflow
or by user229538
Published on 2009-12-14T06:55:09Z
Indexed on
2010/04/20
19:03 UTC
Read the original article
Hit count: 273
django-sphinx
Recently i have implemented django-sphinx search on my website. It is working fine of each separate model. But now my client requirement has changed. To implement that functionality i need field name to whom search is made.
suppose my query is: "select id, name,description from table1" and search keyword is matched with value in field "name". So i need to return that field also. Is it possible to get field name or any method provided by django-sphinx which return field name.
Please help me...
© Stack Overflow or respective owner