Search found 204 matches

by kdim95
26 Apr 2024, 14:04
Forum: Laravel package
Topic: GraphQL: Products "Bought together", "Suggestion" not loading
Replies: 0
Views: 20

GraphQL: Products "Bought together", "Suggestion" not loading

Laravel framework version: 11.3.1 Aimeos Laravel version: 2024.04 PHP Version: 8.2.17 Environment: Linux Hello, In the administration, when I go to a product -> products and try to add a "Bought together" product or "Suggestion" product, they are not loading when I click the drop...
by kdim95
26 Apr 2024, 13:17
Forum: Laravel package
Topic: How to boost terms in product search
Replies: 4
Views: 3842

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: 117

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: 117

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: 8
Views: 8280

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: 8
Views: 8280

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: 8
Views: 8280

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: 8
Views: 8280

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: 4
Views: 3842

Re: How to boost terms in product search

Every product has a "boost" number, which you can set, does that work for you?