Tagged Questions

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 …
2
votes
2answers
54 views

Percolating only the first n search results

How do I specify how many search results I want to use as candidates for percolation? Is there a way to use the percolate() action only on the first, say, 20 results? I want to an …
4
votes
1answer
54 views

Simple percolation problem

Let me start by saying I'm a Kynetx newbie but I attended some of the impact conference and really liked what I saw there. So I'm doing my first "useful" app besides hello world so …
1
vote
2answers
68 views

What “data()” gets returned with search percolation results?

I found that in the documentation for percolation there is an example where data is being tied to the dom element being passed from the percolate rule to the custom function using …
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 …