How to enable sitelinks search box using expertrec custom search

  The site links search box is the search box you get in the results when you search for your website name in Google search. It looks similar to this. Here is how to get the site-links search box on your site. Create a custom search engine using Expertec from https://cse.expertrec.com/?platform=cse Make sure you have […]

How to replace Gutenberg editor with old classic editor in wordpress

Updated wordpress to 5.0 and not happy with the new Gutenberg editor? Follow the below steps to replace your Gutenberg editor with the old classic editor. Before you follow the instructions, make sure your are one the gutenberg editor. It looks like this Login to wordpress admin panel Go to plugins-> Add new Search for […]

Disk space usage analysis – ubuntu

Though SSDs offer very fast access, they are relatively smaller and run out more quickly. If you are tight on space, you could use the following tool to get out of it quickly. credit: MihailUlianikov/iStock/GettyImages On Ubuntu, you can do the following to get the tool QDirStat. $ sudo add-apt-repository ppa:nathan-renniewaldock/qdirstat $ sudo apt-get update $ […]

Manual extraction

Manual extractor is used to extract certain parts of your pages and display them in search results. This can be used if a certain pattern is available on your website that can be followed and extracted by expertrec’s search crawler. If not sure, you can switch to automatic extraction. Examples- Extract images from your e-commerce […]

How to use search pre script hooks in expertrec control panel

pre-script hook

A pre-script hook is a piece of code that runs before the search is loaded. Here are some applications of this pre-hook scripts feature- Increasing number of suggestions (or) drop down results in the search autocomplete UI Disable search listing pages. Increasing number of search results in a page. And more… Here we will take […]

jQuery autocomplete on keydown select

basic autocomplete framework

Read jquery autocomplete keydown select for more information. The keydown() is an inbuilt method in jQuery which is used to trigger the keydown event whenever User presses a key on the keyboard. If the key is kept pressed, the event is sent every time the operating system repeats the key. So, Using keydown() method we can detect […]

PDF JS search text

pdf text search not working

Read  PDF JS search text for more information. PDF.js or pdf.js is a JavaScript library that renders Portable Document Format (PDF) files using the web standards-compliance HTML5 Canvas. The project is led by the Mozilla Foundation after Andreas Gal launched it (initially as an experiment) in 2011. PDF.js can work as a part of a website […]