search + side effect
* Search (closes: #195).
The heuristic is the following (and I'm quite proud of it, since it gives really good results) :
compute a mark for each result following that :
for each litteral token T we give :
+ 100 iff T is exactly the noun or the wife name of the person
+ 10 iff T is exactly his first name
+ 1 iff T is the begininng of the noun/wife name
Then, we sort the results (better marks go first), and we cut 0 marks.
* Core :
a bug was introduced wrt auto validation of the pages (scripts->bin)
I really should write this tiny piece of code into php ...
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-10