Fixed issue in search engine (multiple identical matches returned when search query contained the same work multiple times).
This commit is contained in:
parent
4bb5211191
commit
e225f06bd1
6 changed files with 45 additions and 5 deletions
|
@ -16,5 +16,5 @@ using System.Reflection;
|
|||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("3.0.0.334")]
|
||||
[assembly: AssemblyFileVersion("3.0.0.334")]
|
||||
[assembly: AssemblyVersion("3.0.0.335")]
|
||||
[assembly: AssemblyFileVersion("3.0.0.335")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue