I was trying popup_edit ..but browse option for image didn't work.. same code was working on older version. I was wondering if I did some mistakes or its bug. Let me know.. v2 is cool though




KK wrote: Hi @vvkkumar06,
I just re-checked and everything seems to be working just fine for me.
That said, File-explorer is available for only admins - are you sure you are logging in as one?
Please confirm.
Post or PM me your code if the problem appears even for admins.
<cms:config_list_view searchable='1' />
Please be warned though - this search box uses the same <cms:search /> tag as used on the front-end. As such, it suffers from the same limitation of not searching for words shorter than 4 characters (a limitation MySQL fulltext search). This might limit the usefulness of the search in certain cases.
KK wrote: @alexandr,
The post documenting v2.0 had a little note about the search box -Please be warned though - this search box uses the same <cms:search /> tag as used on the front-end. As such, it suffers from the same limitation of not searching for words shorter than 4 characters (a limitation MySQL fulltext search). This might limit the usefulness of the search in certain cases.
I suspect you are experiencing the limitations mentioned above - MySQL ignores many common words and words shorter than 4 characters. Please try searching for a somewhat uncommon and longer term and you should see the results being listed.