1. The search function has changed and is now using a "soundex" mode which is used to get search results when 'typos' are in the name.Galed wrote:Bonienl
1. Invalid search in group Film Title, when looking for "COP" finds "Beverly Hills Cop" and "Capricorn One". Version 1.3 was the correct search
2. Make sorting alphabetically in a group [Cast] and [Director]
You can disable this behaviour by editing the script file "movies.js". In here is the following line:
Code: Select all
//SOUNDEX SEARCH FIELDS
var phonetic=[0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0];
2. The dynamic fields are created based on occurences and not alphabetical. This means that the first name in the list has the most occurences (i.e. is your most favorite actor or director).
The lists are dynamically created for the selected category (by default is "all movies"). This allows for example to select the category "western" and the resulting list will show who are your most favorite western actors...