Create a wordpress recommendation engine

Expertrec’s wordpress recommendation engine helps in recommending better articles and products to your site visitors. It also helps in improving the average time spent on your site. To know how our recommendation engine works, go here – https://blog.expertrec.com/product-recommendation-engines-how-do-they-work/ Here are some article recommendations on our own blog. How to create a wordpress recommendation engine. Create […]
Voter search engine- Search if your name is in the Indian electoral rolls

Want to check if your name is on the voter list for the 2019 elections? Here are two methods that you can use to check if your name is in the 2019 elections. Method 1- Using expertrec custom search engine Using expertrec, you can just type in your name to get your details using […]
Autocomplete- How it works?

What is autocomplete? Autocomplete is an important feature in search engines. It is used to predict the search query a user is typing based on search history log, search terms popularity and individual interests. Autocomplete is a user interface feature that offers the user a list of words after one or more letters have been […]
wp_query search multiple keywords

Read Add a WordPress Search Form in 5 minutes – No code keywords for more information. WP_Query WP_Query deals with the posts in an intricate manner as defined in the wp-includes/class-wp-query.php. If you have a whole number of multiple queries, then you can perform multiple loops. WordPress also provides to its users the facility to […]
jQuery UI autocomplete

Read jQuery UI autocomplete enter key select for more information. As mentioned in the documentation on https://api.jqueryui.com/autocomplete, it will not automatically select the first result and then on hitting the enter key, it will get used. If you enter a text in an input field and select an item from the autocomplete list and press enter it will get used. You […]
Partial Word Search in Shopify

Read this blog on partial word search in Shopify for more information. Searching for partial words is already supported if you use the asterisk character * e.g. cu* will find cup, cups etc. If you want to make this the default behavior when searching for terms, you will need Javascript (as you noted) to append […]
google search console power bi

Read google search console power bi for more information. You all should know that there is no in-built connector for Google Search Console in the Power BI desktop. Also, many of you may want to derive advantages from Microsoft’s Power BI. You will be happy to know that there is a Search Console analysis tool […]
Bootstrap Autocomplete Search

Bootstrap Autocomplete Search In this article, we will see how to create a bootstrap autocomplete. The Bootstrap Autocomplete component predicts the words being typed based on the first few letters given by the user. You can search the list using basic scroll and the keyboard arrows Enhancing User Experience with Bootstrap Autocomplete Search In the […]
Magento 2 Cloud Elasticsearch

Read Magento 2 cloud elastic search for more information. Magento recommends that you always set up Elasticsearch for your Magento Commerce Cloud project even if you plan to configure a third-party search tool for your Magento Commerce application. Setting up Elasticsearch provides a fallback option in the event that the third-party search tool fails. What […]