Re: [mezzanine-users] Cartridge: search by product SKU

2014-03-11 Thread Stephen McDonald
Here's search_fields across relations in Mezzanine: https://github.com/stephenmcd/mezzanine/commit/a25927b1e4f8aaeaf6a7b85f6cd6d59212024627 And here's searchable variation skus in Cartridge: https://github.com/stephenmcd/cartridge/commit/d00228a11e66313c5b06bccfde035b442b8366c4 I've no ETA for

Re: [mezzanine-users] Cartridge: search by product SKU

2014-03-11 Thread Sam Kingston
Steve, didn't we fix this in cartridge/#170 and mezzanine/#947 ? -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group and stop receiving emails from it, send an email to mezzanine-users+unsubscr...@googlegroups.com.

Re: [mezzanine-users] Cartridge: search by product SKU

2014-03-11 Thread Stephen McDonald
Sam - related not not the same, those previous changes were for admin search provided by Django, the latest changes are for front-end search provided by Mezzanine. On Wed, Mar 12, 2014 at 9:31 AM, Sam Kingston s...@sjkwi.com.au wrote: Steve, didn't we fix this in cartridge/#170 and

Re: [mezzanine-users] Cartridge: search by product SKU

2014-03-10 Thread Stephen McDonald
I have this working locally - it needs a tiny but non-trivial patch in Mezzanine to support search fields across model relations, which first came up as an issue couple weeks ago on the mailing list I think. So with that in place we can define on the Product model: search_fields =

Re: [mezzanine-users] Cartridge: search by product SKU

2014-03-10 Thread Eduardo Rivas
Awesome! One more reason to look forward to the next Mezzanine release :-) -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group and stop receiving emails from it, send an email to