Bug #563
Unable to take user actions on some requests
| Status: | Closed | Start: | 09/05/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Pablo Joubert | % Done: | 100% |
|
| Category: | websearch | Spent time: | - | |
| Target version: | Bodie-HIPPY-0.3.5 |
Description
On some requests, results aren't retrieved and reused for future requests.
I was able to reproduce the problem on more than 1 node. (local proxy, personnal node, and seeks.fr)
Example query :
http://seeks.fr/search?q=Zenk%20Security
As a test, you can click on some result, then return to the results page, to see than the order is still the same.
History
Updated by Emmanuel Benazera 8 months ago
- Category set to websearch
- Status changed from New to In Progress
- Assigned to set to Pablo Joubert
- Target version set to Bodie-HIPPY-0.3.5
- % Done changed from 0 to 40
I've narrowed down to a potential culprit: make sure you click on a non https result.
Seeks does not personalized on https URLs, on purpose. While this could be changed, and
an option added, this remains the current policy.
To assess whether this is a bug, can you check that the problem does only arise with https URLs please ?
Updated by Pablo Joubert 8 months ago
I just checked wether or not results link to https pages, and that's not the case : those I tried clicking on where not crypted http pages, and the order of the page still remains the same.
Updated by Emmanuel Benazera 8 months ago
- Status changed from In Progress to Feedback
- % Done changed from 40 to 90
the culprit seemed to be a bug with storage of queries, including the presence of capital characters.
This should be fixed for versions after commit 5a048115b55d15ba7c7a0c84fcdac10fe5f330ee
This commit is only applied to new branch 'api' as for now.
Testing and feedback are welcome.
Updated by Emmanuel Benazera 7 months ago
- Status changed from Feedback to Closed
- % Done changed from 90 to 100
into experimental branch. no (negative) feedback. closing.