Active
Project:
Amazon Product Advertisement API
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2011 at 16:33 UTC
Updated:
27 Mar 2011 at 23:39 UTC
when i want to sort a view by amazon fields , it is sorted before being substituted,
which mean the view will be sorted by the string literal [amazon 0596515804 listpriceamount] not the value of it .
i tried a long day to solve the problem without success
Comments
Comment #1
rfayIt looks like you're actually not talking about views here, you're talking about filters. The item you quote would only be a filter and could not be used with views in any way I know.
If you want to sort something involving views, you should use the Amazon ASIN CCK type and follow the instructions in http://drupal.org/node/595464
Comment #2
hailander commentedi tried it with cck amazon item and i have the same issue
none of formatted fields is working correctly ,
in fact the sort function treat them like string so they are sorted based on the first character not the number .
(123 appear before 21 )
Comment #3
hailander commentedany help