Hi,
I'm a newby, so be nice to me ;-)
I've inherited a DNN Intranet website.
We use the Member Directory Module, but the search doesn't perform as I would expect.
If I set the filters & Sorting to NO filter, and I search for people from ICT, I only see 2 employees instead of 6.
The database fires this query: Exec dbo.GetUsersBasicSearch 0, 99, 0, N'LastName', 1, N'DisplayName', N'ict'
The two people it finds have ICT in their displayname.
I altered the Stored Procedure GetUsersBasicSearch so it also looks at functions and departments, but I wonder if that's a good idea, what happens when we get an upgrade, do I need to re-implement my changes to the Stored Procedure?