You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Djapian Users
I have a "Keywords" table that I can query using Djapian and I can
return the fields from that table and display in my search form. This
isn't very useful because I really want to return data from other
tables that are related to Keywords table.
How would I pull back related table information? I have keywords that
are associated with Products. I want to return
Keyword.Products.Description...something like that. All I can manage
to get back are fields within Keyword table only. I can post example
if necessary, don't have code right here. Thanks.