3
votes
1answer
80 views
How do i capture a specific element on a page and post it?
Can I put a button on a search engine result page that, when clicked, would capture the search terms and post them to - let's say - an API ?
Thx Guys :)))
3
votes
1answer
117 views
Search annotation discrepancies [closed]
I'm running into an issue using 'domain' option resulting annotation on entries that are not part of dataset for e.g. search on ymca results annotation on 'www.austinymca.org' and …
4
votes
2answers
93 views
Percolated search results not annotated
How can you annotate search results that a percolated up from pages after the current page?
Search results that are percolated up from pages after the current page are not being a …
5
votes
2answers
110 views
Search annotation on custom search pages
First off thanks for your help thus far. I've been trying to figure this one out for a day or so now, thus the previous questions;
http://devex.kynetx.com/questions/366/looping-o …
1
vote
1answer
21 views
Annotating “local business results” on Google
Is there currently a way to annotate the "local business results" on Google? The regular annotate_search_results() function skips this section of the page.
5
votes
1answer
49 views
Annotating Additional Websites the ‘with domains’ option
This is sort of a follow up to:
http://devex.kynetx.com/questions/366/looping-over-a-search-set-that-is-not-google-bing-or-yahoo
This document:
http://docs.kynetx.com/krl/kynetx-r …
3
votes
2answers
102 views
Can I use annotate_search_results on a website with an iframe?
I'd like to use annotate_search_results() on a website with an iframe. On this particular website, either of these jQuery statements will work:
jQuery('td[valign="top"][colspan=3] …
2
votes
2answers
96 views
Basic Example Request: Annotate/Percolate
I am requesting a Basic/Intermediate Example of Annotate using:
test = foo.text()search(regex).
I think I am beginning to understand how percolate/annotate works using jquery …
1
vote
1answer
53 views
Combine annotate with percolate
Is it possible to combine the search annotate function with the percolate function? I want a percolated result to be annotated with a company logo.
Let me be a little more clear - …
2
votes
1answer
56 views
Getting control of the HTML returned by annotate_search_results
I need to get control of the HTML returned by annotate_search_results() with remote="";. Currently, I have 3 rules, each of which calls this method with different remote url, each …
3
votes
1answer
29 views
Search Annotation for YouTube?
Any plans to add YouTube support to annotate_search_results()? That might be interesting and, last I read, YouTube is a larger search engine than Yahoo and MSN.
4
votes
1answer
67 views
KRL method for annotating Gmail?
Feature request: I'd be interested in a KRL method for annotating emails in Gmail -- probably both the main "inbox" screen and individual email pages -- as well as a more generaliz …
0
votes
1answer
29 views
Notify failing after annotate_search_results() on google.com
My rule executes as expected when run on yahoo.com and bing.com but fails on google.com
The annotate_search_results() executes but the notify() fails to execute. What is causing th …
0
votes
1answer
21 views
How can I call a JS function once an action is finished firing?
I am wanting to call a JavaScript function once my annotate_search_results() function has completed. Is there a way I can do this?
1
vote
2answers
53 views
using geo targetting in an emit
Ok so here is a new question, I want to be able to use an geo targeting in my emit statement. Here is what my code looks like right now:
select using "google.com|yahoo.com|bing.co …
