Criteria search added, here is how it works, lets say:
- I want to find dogs which have in bonitation P14 and C12, I type in the field: "P14 && C12".
- I want to find dogs which have in bonitation P14 and B12 and have offspings, I type in the field: "P14 && B12" and check the "Offspring" checkbox.
- I want to find dogs which have in bonitation P14 or C12, I type in the field: "P14 || C12".
- I want to find dogs which have in bonitation P14 or C12 or B12, I type in the field: "P14 || C12 || B12".
etc...
Then you have some dog IDs and can run the ancestor stat or offspring stat on it if you want to go deeper.
- You can also use regular expression using the special word "regex:", for example if I want to find all A70 dogs, I type in the field: "regex:[A]70"
Regular expression are really powerful, you can find whatever you want, the syntax is not simple at the begining but it's fast to get used to. A tutorial:
http://www.zytrax.com/tech/web/regex.htm
I ran out of idea to functionality to add, I guess it's a good start and can already find some useful applications.