I have Algolia configured & returning results from searches but the autocomplete suggestions are not coming up, no algolia div is displayed when typing in the search box - just the normal Magento drop down when conducting a search.
A few things I have checked in the Algolia search config in Magento:
Enable Auto-completiton menu is set to Yes
Enable instant search results page is set to Yes
I noticed wording in the Magento Algolia Search config settings near 'Enable Auto-completiton Menu' - 'It requires your theme to expose a top.search template.' I followed the instructions at https://github.com/algolia/algoliasearch-magento but am not sure how to troubleshoot the issue.
I am using the EM Themes everything store template demo at http://demo.emthemes.com/everything/index.php/?___store=smartphone_eng
Thanks for any help you can offer
Related
I'm trying to use iSearch in my homepage. I've completed the steps in the documentation and it's enabled, but when i try to search for something, the ajax live search results are not displaying. Any ideas why ?
I am using the Algolia Magento extension to index products in a Magento store.
I've disabled typo tolerance for the SKU attribute in the Algolia dashboard (under Ranking). However, I don't see any way of disabling prefix matching for the SKU attribute. Is it possible to do this without modifying the underlying query (see https://www.algolia.com/doc/api-client/ruby/parameters/#disableprefixonattributes)?
As for now the disablePrefixOnAttributes setting can be set only programmatically via any Algolia API client.
Magento extension currently doesn't offer any UI option on how to set this setting. The best way how to do it is to hook your code to algolia_products_index_before_set_settings custom event and enrich the settings variable with disablePrefixOnAttributes setting.
Currently we are working on a new feature which will allow you to set this kind of extra settings directly from Algolia configuration in Magento. However we don't have any release ETA for this one for now.
I've installed the Algolia extension on my Magento website, configured the CRON job, enabled the queue and set up all credentials but Algolia still doesn't index my store. There aren't any products on search results, regardless of what you type. My store is NOT managing stock, as it is a catalog website.
Any ideas?
1.Please Enable Algolia log and check if there is any error.
2.check your products are indexed on Algolia dashborad Index section or not .
if products are Indexed there it means algolia search indexing working.
3.May be you have not entered the correct credentials or not configured the extension correctly.
4.Please also check if all products are set In stock (Stock may be the issue if products are not indexed without any error).
I'm trying to integrate solr with Magento EE 1.14 on my local server.
What I did so far?
Installed solr 3.6.2.
Copied files from magentoroot/lib/Apache/Solr/Conf to solrroot/example/solr/conf
started start.jar file
re-indexed all data through cmd .
In solrconfig.xml my default search is
<defaultSearchField>sku</defaultSearchField>
and it is working fine in Magento for spell-checking .
What issue I'm having?
When I enter : * : in solr admin panel and hit search, I'm getting 404 at localhost:8983/solr/select/?q=%3A*%3A&version=2.2&start=0&rows=10&indent=on
Problem accessing /solr/select/. Reason:
null
If I hit localhost:8983/solr/spell?q=abc%20ultrashar&spellcheck=true&spellcheck.collate=true&spellcheck.build=true , it gives Error 500.
Problem accessing /solr/spell. Reason:
null
I want to configure search, spell-checking, auto-complete, facets for most of the product attributes(name, sku, price, qty, etc) through solrconfig.xml and schema.xml but I don't know exactly what all modification I have to do. Can someone suggest what all modification I've to do to work it with Magento?
I was having the same problems. I found this url to be helpful. You shouldnt have to change any Solr configurations. You need to modify the theme to include files to allow the site to control the output of the results. Basically you need to have recommendations.phtml and suggestions.phtml included in your theme.
https://www.quora.com/I-have-installed-Solr-with-Magento-EE-How-can-I-configure-auto-suggest-and-spell-check
I've been trying to add custom fields to Magento's CMS page. I've followed two different guides online and in both cases, it doesn't display the box even after logging out, clearing cache, and even disabling cache.
Is there a different way to do this on 1.7?
I've followed these guides:
http://blog.flexishore.com/2011/08/add-custom-field-to-cms-page/
http://www.atwix.com/magento/adding-custom-attribute-to-a-cms-page/
Thank you!