Search found 213 matches

by kdim95
26 Apr 2024, 13:17
Forum: Laravel package
Topic: How to boost terms in product search
Replies: 6
Views: 45620

Re: How to boost terms in product search

The boost factor can be set in the product in the administration. When you are in the product "Basic tab", you need to expand the panel under "Label". In that panel you should have a "Boost factor" for boosting product in the search results. I think you should also be a...
by kdim95
26 Apr 2024, 11:53
Forum: Laravel package
Topic: GraphQL: Cannot query field "id" on type "searchProducttypeOutput"
Replies: 3
Views: 26808

Re: GraphQL: Cannot query field "id" on type "searchProducttypeOutput"

Thank you, I got it working. For some reason, when adding the filter parameter and using the query with Aimeos.query(), it requires the content of "filter" to be escaped with double slash, not single, don't know why that is, but it works now. const result = await Aimeos.query(`query { sear...
by kdim95
26 Apr 2024, 04:26
Forum: Laravel package
Topic: GraphQL: Cannot query field "id" on type "searchProducttypeOutput"
Replies: 3
Views: 26808

GraphQL: Cannot query field "id" on type "searchProducttypeOutput"

Laravel framework version: 11.3.1 Aimeos Laravel version: 2024.04 PHP Version: 8.2.17 Environment: Linux Hello, I'm getting this error: Cannot query field "id" on type "searchProducttypeOutput" Code snippet, used in custom.js in my extension: let filter = { "==": {"...
by kdim95
23 Apr 2024, 11:24
Forum: Laravel package
Topic: Product import takes too long
Replies: 10
Views: 63265

Re: Product import takes too long

Hello,

I'm afraid I don't understand you, am I supposed to change the default import logic of your XML importer?
What and where exactly should I change?

Best regards
by kdim95
22 Apr 2024, 12:20
Forum: Laravel package
Topic: Product import takes too long
Replies: 10
Views: 63265

Re: Product import takes too long

By "storing locally" you mean having the products in both the database and elastic?
E.g. changing the config to have the products in both the database and in the elastic index?
by kdim95
22 Apr 2024, 11:34
Forum: Laravel package
Topic: Product import takes too long
Replies: 10
Views: 63265

Re: Product import takes too long

Hello,

Do you have any update on this?

Best regards
by kdim95
19 Apr 2024, 13:22
Forum: Laravel package
Topic: Product import takes too long
Replies: 10
Views: 63265

Re: Product import takes too long

Hello,

I am using the default XML importer included with Aimeos.
With the command php artisan aimeos:jobs product/import/xml.
by kdim95
18 Apr 2024, 19:02
Forum: Laravel package
Topic: How to boost terms in product search
Replies: 6
Views: 45620

Re: How to boost terms in product search

Every product has a "boost" number, which you can set, does that work for you?
by kdim95
18 Apr 2024, 03:02
Forum: Laravel package
Topic: Importing stock deletes product ref items like images and text
Replies: 2
Views: 26169

Importing stock deletes product ref items like images and text

Laravel framework version: 11.3.1 Aimeos Laravel version: 2023.10.8 PHP Version: 8.2.17 Environment: Linux aimeoscom/ai-elastic: 2023.04.* Hello, Text and images disappear when importing stock. I think the domains for the products are not selected when updating them. Is there a config where I need t...