cancel
Showing results for 
Search instead for 
Did you mean: 

Something went wrong with processing the default view and we have restored the filter to its origina

Something went wrong with processing the default view and we have restored the filter to its origina

Please Help Me...

 

Whenever i use Search by keyword in products this message show...

 

and than i clear my ui_bookmark in mysql than work normal but i can't use search function in products

 

 

Untitled.png

5 REPLIES 5

Re: Something went wrong with processing the default view and we have restored the filter to its ori

IS There Anyone ???

Re: Something went wrong with processing the default view and we have restored the filter to its ori

In my case, It was due to that some null SKU related error I resolved using the following query.

UPDATE catalog_product_entity SET sku='' WHERE sku IS NULL;

Re: Something went wrong with processing the default view and we have restored the filter to its ori

Thanks, that's solved my problem too !

Re: Something went wrong with processing the default view and we have restored the filter to its ori

This error occursThis error occursPlease Help me to  resolve the same issue on order grid 
I have tried to truncate ui_bookmark 
and Updated  catalog_product_entity table too using below query
UPDATE catalog_product_entity SET sku='' WHERE sku IS NULL
 but no luck with any of the solution.

Can any one please help me on this issue ?

Re: Something went wrong with processing the default view and we have restored the filter to its ori

have you fixed this ?. im also having same issue