Search found 58 matches

by IvanIgniter
07 Sep 2022, 06:35
Forum: Laravel package
Topic: Make filter in back-end not case sensitive ?
Replies: 16
Views: 3401

Re: Make filter in back-end not case sensitive ?

Yeah.. how I wish we could easily change as easy as that. It is already in production in a dockerized server. I wonder where to change the migration of the aimoes or a refence how to reconfigure the default product table? I hava tried to do this without error but only the length and not null only re...
by IvanIgniter
05 Sep 2022, 08:26
Forum: Laravel package
Topic: Make filter in back-end not case sensitive ?
Replies: 16
Views: 3401

Re: Make filter in back-end not case sensitive ?

Sorry if I am not specific where to search. It is `code` varbinary(64) column that I was concern case insensitive is not working not the label field. Searching in label field in case-insensitive text is working fine but in code field varbinary datatype has issue in case-insensitive filter. Do you ha...
by IvanIgniter
01 Sep 2022, 03:09
Forum: Laravel package
Topic: Make filter in back-end not case sensitive ?
Replies: 16
Views: 3401

Re: Make filter in back-end not case sensitive ?

This is again the table schema to make sure I didn't miss something? CREATE TABLE `mshop_product` ( `id` int NOT NULL AUTO_INCREMENT, `siteid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `dataset` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type` varbinary(64) NOT NULL, `code`...
by IvanIgniter
26 Aug 2022, 04:44
Forum: Laravel package
Topic: Make filter in back-end not case sensitive ?
Replies: 16
Views: 3401

Re: Make filter in back-end not case sensitive ?

I have altered the table to be
ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
but still give me a case sensitive result. I can't see items that are capitalize if I input small caps vice versa.
Kindly help this issue?
by IvanIgniter
23 Aug 2022, 08:52
Forum: Laravel package
Topic: Make filter in back-end not case sensitive ?
Replies: 16
Views: 3401

Re: Make filter in back-end not case sensitive ?

This is the table schema. Please let me know how to search the mshop_product.label a case insensitive? CREATE TABLE `mshop_product` ( `id` int NOT NULL AUTO_INCREMENT, `siteid` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `dataset` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `type` va...
by IvanIgniter
18 Aug 2022, 07:01
Forum: Laravel package
Topic: Make filter in back-end not case sensitive ?
Replies: 16
Views: 3401

Re: Make filter in back-end not case sensitive ?

Can I have a follow-up question regarding this issue? We are using a mysql 'collation' => 'utf8mb4_unicode_ci' and still it only find result in case sensitive. We have already release to production about a year ago using this collation. Is there any other way we search using case insensitive filter?...
by IvanIgniter
20 Jul 2022, 06:30
Forum: Laravel package
Topic: Using ext unit test
Replies: 11
Views: 1922

Re: Using ext unit test

Yap I clone the exact version of aimeos-core for the extension we used.
What seems to be the issue after composer update and composer show?
by IvanIgniter
18 Jul 2022, 07:03
Forum: Laravel package
Topic: Using ext unit test
Replies: 11
Views: 1922

Re: Using ext unit test

We only modify parts of the code that are necessary for display of records and how it looks. I clone the aimeos core https://github.com/aimeos/aimeos-core/tree/2021.10 This is the result of composer show: aimeos/aimeos-base dev-master 2daf1a3 Aimeos base layer for abstracting from host environments ...
by IvanIgniter
15 Jul 2022, 01:37
Forum: Laravel package
Topic: Using ext unit test
Replies: 11
Views: 1922

Re: Using ext unit test

Yes I did. I clone the aimeos-core: 2021.10 and copied our modified ext folder into the new project.
Phing seems to be working but it was not able to find 'Aimeos\MW\View\Standard' class upon initializing?
a3.jpg
a3.jpg (245.48 KiB) Viewed 1422 times
by IvanIgniter
12 Jul 2022, 10:07
Forum: Laravel package
Topic: Using ext unit test
Replies: 11
Views: 1922

Re: Using ext unit test

It did able to execute but still has an issue with it's default standard test. Any idea it cannot find the following class?
222a.jpg
222a.jpg (147.85 KiB) Viewed 1460 times