Open daivabrazukaite opened 10 years ago
As decided with Paulius:
LuceneSearch.GetUsers += GetUsers();
UsersList GetUsers()
{
return Membership.GetAllUsers();
}
Need to discuss some more, because there is obscurity and many problems may occur when implementing such a model.
Moving to version 2.0
Now next situation can be received: page accessible for not logged in user was changed and content saved as draft. Not logged in user searched according some new text in this page, page was returned, text was visible in results, but after page was opened - other content was visible. Maybe indexing could be done only for published content (not ok if idea was to use search and for unpublished content) or there should be two versions: one with published content (for not logged in users) and other one including drafts (for logged in users).