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 […]