Jay Pandya

Results 5 comments of Jay Pandya

After taking a look at indexes documentation https://dev.mysql.com/doc/refman/8.0/en/create-index.html it seems that functional based indexes are only supported for `8.0.13` and above versions so applications which uses mysql version below `8.0.13`...

@yongyi520 - Yes, it is requirement by Pinterest(https://developers.pinterest.com/docs/api/overview/) that we should use `https` instead of `http`. And as you mentioned if you want to test Pinterest API on Localhost then...

@cpunion - Is there any update on this one? I'm getting this same issue when I use this package

@dachinat - Okay thanks. giving it try now. and it's compatible with React 16.7 right?

I faced similar situation and in my case, I am performing partial reindex on prices columns and for that It eager loads all the association which is defined in `search_import`...