Displaying 1 result from an estimated 1 matches for "product_material_id".
2007 Nov 05
6
Strange wildcard problem
...n a similar (but separate) non-model field.
However, one of those two models does not seem to get the proper
number of results for a wildcard search:
First of all, there''s a non-indexed model called ProductTuple that''s
got a supplier_id as well as a product_category_id and
product_material_id as well as some other id fields that aren''t really
important here. Thus, a ProductTuple has foreign key relationships to
Suppliers and ProductCategories and ProductMaterials, but for ferret
purposes just think of those foreign keys as what they are - ids (e.g.
integers).
The first...