• Anonymous
  • Login
  • Register
BlogSphere V3 - Feature Request: Search should work in language versions, too


Search should work in language versions, too. They are artificially removed from the search results.

In the RenderEngine.Blog script library, in RenderEngineSearchResults() there is a block to "Reduce the search To Only Include Blog Entries, Downloads and Photos" which contains following line:

If ArchiveDoc.Form(0) <> "content_BlogEntry" Then

which could be substituted by:

If Left$(ArchiveDoc.Form(0), 17) <> "content_BlogEntry" Then

But this will not work, since the Language Versions does not have an EntryDate item.

Perhaps the ArchiveDoc document in the ArchiveDocColl collection should be "replaced" by the main entry?

This could be done by creating a new NotesDocumentCollection. Then in the "Reducing..." block instead of removing documents from the ArchiveDocColl, the content_BlogEntry documents could be added (for language versions the main content_BlogEntry) to the new collection. Then the code below could use new collection.

Regards
Thomas



Taken Actions by Owners

No actions have been taken yet.


In this field you can enter the actual request.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.
In this field owners can describe what they have done or want to do.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.