| Can we give users "Advanced Search" panel similar to Google.com for date | RudyWebmaster | 3/4/11 2:24 PM | Hi There: My clients would like a complex site search engine that has some options like those found in Google.com in the Advanced Search panel, epecially the options for sort by date. Is it possible to to create such a panel, with some of ththose |
| Re: Can we give users "Advanced Search" panel similar to Google.com for date | searchtools | 3/7/11 12:57 PM | Dates are generally a problem in search, as servers lie about the date of the document modification (too old or too new) and search engines often track the dates they crawled rather than the updates to the content.(1). If you own the content, you ca |
| Re: Can we give users "Advanced Search" panel similar to Google.com for date | searchtools | 3/7/11 1:00 PM | Sorry, a couple more things: please ignore the >pre< tag, the system was making the menu show up instead of the code. Also, it lost my references, so see below. |
| Re: Can we give users "Advanced Search" panel similar to Google.com for date | rudypohl | 3/7/11 1:21 PM | Thanks Avi: I've been on your site, lots of good info there. I am present using Ksearch on a site but the client want more control regarding date searches. Thanks, ROMP |
| Re: Can we give users "Advanced Search" panel similar to Google.com for date | RudyWebmaster | 3/8/11 5:10 AM | Hi again Avi: Below is my cse code. Is it possible for you to tell me how the... as_qdr advanced operator .... you mention above should be insert in my code to allow the drop down list to work? <div id="cse" style="width: 100%;">Loading</div> <sc |
| Re: Can we give users "Advanced Search" panel similar to Google.com for date | searchtools | 3/10/11 12:35 PM | There are two things: rendering a menu in the JavaScript element, and having that menu send something useful. The first one is a complex bit of programming that is described in a useful Google AJAX APIs Group post (1) The other might work using a p |
| Re: Can we give users "Advanced Search" panel similar to Google.com for date | omr | 3/10/11 7:31 PM | IIUC, the "hard sorting" option (using the "date-sdate" example syntax) requires PageMaps, each containing a DataObject with an Attribute that indicates the page's date. In the "date-sdate" syntax, the first part (e.g. "date") must match the name of |
| Re: Can we give users "Advanced Search" panel similar to Google.com for date | ST Nathan | 8/9/12 3:02 PM | tbs=cdr -- but I haven't managed to wedge it into the CSE yet." Hi Avi, Have you by any chance found a way to wedge that tbs parameter in yet? Google's added a new 'Sites with images' feature, apparently by themselves wedging it into the tbs param |