Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
4 Jul 2012 at 14:13 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
guguss commentedSame for all taxonomy attached to the product content type: collection category, gender, brand.
The search works fine for :
Comment #2
guguss commentedI updated the search feature and commited it here : https://code.drupalcommerce.org/#/c/101/ to index the product display title field as fulltext.
But I'm still having an issue. After a fresh install, the feature is overriden with the field indexed as string instead of fulltext. Don't know where this issue comes from !(this has ben fixed by : https://code.drupalcommerce.org/#/c/100/)Comment #3
vasikeAdded the collection, gender, brand to the "Search Commerce Display" search engine fields as fulltext search.
commited it here: https://code.drupalcommerce.org/#/c/221/
IMPORTANT:
i had to change manually the features, as with Features recreation, i get others changes, with some field definitions and user permissions.
#1691422-1: Re-export all features
#1635258-9: Check by default the "billing address is same as shipping address" during checkout
so i think it's mandatory for the Kickstart Features to be rebuild from scratch.
Comment #4
bojanz commentedTested this, it fixed the annoyances I had with searching. Seems fine now.
Merged. I'll re-export the features in the morning.
Comment #5
guguss commentedI'm reopening the issue since I'm having an issue when installing via drush, and it seems related ;) :
Comment #6
guguss commentedI'm attaching a screenshot of the error !
The drush command I use is (-v for verbose mode) :
drush si commerce_kickstart --account-pass=admin --db-url=mysql://sqluser:password@localhost/kickstart_v2 -y -vAnyway, the installation works for me... so those are just warning !
Comment #7
vasikei couldn't reproduce it with Commerce Kickstart 7.x-2.0-alpha3+21-dev (2012-Jul-27).
Comment #8
guguss commentedHappened on the latest version with that latest commit :
Issue #1670986 by GuGuss, vasike: Add title and terms data fulltext search for S (MERGED)
Comment #9
vasikeindeed i got this error.
i also tried without the last changes for the "Search Commerce Display" search engine fields and i got the same errors.
So it doesn't seem related with this issue commits. it seems a new issue.
i also got other errors when i try to index the search manually, after instalation.
Notice: Undefined index: field_product_commerce_price_amount_float_asc in SearchApiDbService->indexItem() (line 332 of drupal_path/profiles/commerce_kickstart/modules/contrib/search_api_db/service.inc).Could be something related with the migration data?
Comment #10
bojanz commentedThere's also #1702692: Commerce Kickstart: installation of "demo store" fails when using PostgreSQL database. Odd things around search.
Comment #11
vasikeit seems there is an issue with Price field with the "Search API ranges" module.
If i use other widget for this field. there's no error.
so (imho) definitely this is a new issue.
i also suspect this is related with some modules upgrades, search api and related.
by the way the all products won't work - empty page, as the search index isn't created.
Comment #12
vasikenew issue opened for this #1706244: Search Commerce Display won't index product - no results. closing this one.