Search found 8 matches

by VadimSaratov
29 Jun 2023, 08:32
Forum: Laravel package
Topic: Basket empty after login
Replies: 9
Views: 107280

Re: Basket empty after login

when you try to log in in another browser or on another device, the basket will be empty. I think this is expected behavior as the session ID and cookies are different, is there any update on this in the aimeos versions? Or I need to change this behavior by overwriting the getSession/setSession() me...
by VadimSaratov
24 May 2023, 12:04
Forum: Help
Topic: Full text search by supplier name and product name
Replies: 8
Views: 3644

Re: Full text search by supplier name and product name

Ohhh, thanks a lot, it works now
by VadimSaratov
23 May 2023, 16:50
Forum: Help
Topic: Full text search by supplier name and product name
Replies: 8
Views: 3644

Re: Full text search by supplier name and product name

Hi Aimeos, sorry for such a late reply, yes mshop_index_text contains an entry with the supplier name and the product name I also debugged the index manager and found this SQL query SELECT mpro."id" FROM "mshop_product" mpro LEFT JOIN "mshop_index_catalog" AS mindca ON ...
by VadimSaratov
11 May 2023, 15:14
Forum: Help
Topic: Full text search by supplier name and product name
Replies: 8
Views: 3644

Re: Full text search by supplier name and product name

I use aimeos-laravel 2022.10
by VadimSaratov
10 May 2023, 09:21
Forum: Help
Topic: Full text search by supplier name and product name
Replies: 8
Views: 3644

Re: Full text search by supplier name and product name

Thx for your answer.

It works if I use only the supplier name or only the product name, but not some words from the supplier name and some words from the product name in the same request
by VadimSaratov
08 May 2023, 09:49
Forum: Help
Topic: Full text search by supplier name and product name
Replies: 8
Views: 3644

Full text search by supplier name and product name

I have a question about full text search. I have a requirement to fetch search results by supplier name and product name in one query. I found a way to get this by generating different texts for each product but maybe there is a better solution? For example, I have a supplier name "Dixie Home&q...
by VadimSaratov
17 May 2022, 10:09
Forum: Laravel package
Topic: Price rules don't work when using product manager
Replies: 2
Views: 667

Price rules don't work when using product manager

I am using aimeos laravel 2021.10.5 and laravel 8.42.1 I created price rules as described in the documentation https://aimeos.org/docs/2021.x/providers/rules/ and the rules work for the JSON API, when displayed in the store, etc. but when I request a product with a price using the manager, the rules...