Search found 4 matches
- 17 Dec 2019, 05:42
- Forum: Laravel package
- Topic: Change filtering query
- Replies: 5
- Views: 6241
Re: Change filtering query
Hello again and sorry for asking stupid questions once more. When inspecting the query that is generated in the end by looking at the mysql general log, for the part where the exact search term is replaced POSITION( $3 IN mindte2."value" ) > 0 , it goes in like POSITION( ' +Apple* +iPhone*...
- 12 Dec 2019, 00:02
- Forum: Laravel package
- Topic: Change filtering query
- Replies: 5
- Views: 6241
Re: Change filtering query
Thank you for the answer! That throws some light on how things work exactly. If these are the only options, the default will have to do, as the "Standard" configuration actually didn't return any products even when trying with copying the exact name of a product and searching with it. Do y...
- 10 Dec 2019, 23:36
- Forum: Laravel package
- Topic: Change filtering query
- Replies: 5
- Views: 6241
Change filtering query
Hello! We are trying to find a way to change how filtering for our shop work. As much as I can guess, by default it splits the typed string to all words, ignores all that are 2 characters or less, and searches with "%word-one% OR %word-two% OR ... ". This logic doesn't work well when, for ...
- 24 Nov 2019, 02:43
- Forum: Help
- Topic: Edit product quantity and price for an order
- Replies: 5
- Views: 6071
Edit product quantity and price for an order
Hello! I have inherited an older project using this framework and this is my first time working with it. I'm trying to find a way to make the Quantity and Price fields on an existing order editable in the admin. I did find out how to edit the template, but I can't find how to make it save the change...