Subversion Repositories SmartDukaan

Rev

Rev 17284 | Rev 17286 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17284 Rev 17285
Line 96... Line 96...
96
        filterType = req.get_param("filtertype")
96
        filterType = req.get_param("filtertype")
97
        searchMap={}
97
        searchMap={}
98
        if filter and filterType:
98
        if filter and filterType:
99
            try:
99
            try:
100
                searchMap = order_fliters[filterType][orderFilter]
100
                searchMap = order_fliters[filterType][orderFilter]
-
 
101
                print searchMap
101
            except:
102
            except:
102
                pass
103
                pass
103
        elif string1:
104
        elif string1:
104
            try:
105
            try:
105
                searchMap = json.loads(string1, encoding='utf-8')
106
                searchMap = json.loads(string1, encoding='utf-8')