I need to find a user activity from the Domino web server log database (domlog.nsf) for an issue. When I try to search using the user's full name, I do not find any results.
Please suggest how I will search in domlog.nsf to get that user's web activity details (User Address, Server Address, etc.).
Choose a view with the columns you need, copy it in Domino Designer and edit the view's selection formula, adding a term to restrict the data to show only this user's log documents.
Here, I am observing a list of all authenticated requests for all users. If I want to find a particular user's request what should I put in the search field?
I tried using user names like username/domain (Titas/ACB), and I did not find any results. But I find the match in the list view.
Sorry for the late reply. Simple search is possible without a full-text index. However, it is better to create a full-text index to speed up the search and make it more efficient. There is no disadvantage to creating a full-text index.
It requires a little disk space for storing the full-text index. There are no other disadvantages to creating a full-text index.
However, I think that even if you do not create a full-text index, you will still get hits for your searches. I don't know why it would not hit the search at all. I suggest you ask for a support ticket to investigate.