Results 1 to 3 of 3

Thread: Product list module (BE) : Sql Condition for BLOB values ?

  1. #1
    New user
    Join Date
    02-27-12.
    Posts
    10

    Default Product list module (BE) : Sql Condition for BLOB values ?

    Hi everybody,

    I'm wondering if it is possible to filter products with BLOB attribute (like a SELECT in my case) using SQL CONDITION FIELD in mod_iso_product list module BE ?

    Thanks in advance.

    Regards,

  2. #2
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default Re: Product list module (BE) : Sql Condition for BLOB values

    No, you can't do this with SQL, I think it's a serealized string in your BLOB field. You have to do it on PHP level.
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

  3. #3
    New user
    Join Date
    02-27-12.
    Posts
    10

    Default Re: Product list module (BE) : Sql Condition for BLOB values

    It is what I though after some search headaches =)
    It's a shame for product listing : if a product have an attribute like SELECT (so a BLOB), we cannot use it to filter the listing ?

    I hoped there was an allowed sql instruction like : FIND_IN_SET('value', deserialize(p1.attribute)) or something like that...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •