• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is there a way to search member Profile information?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi-

When I search on my account name (MyJForum) a search turns up nothing.
When amount of members gets into the 1000s I tried to find one of them and could not. There is no way to search for a member name (their login name or full name or other profile keyword). In addition to searching a Forums it would be nice to be able to search the Profiles for keywords.

Also, it would be nice to have search rules on on the search page (is search case insensitive? Does it accept tokens, example: *myJFor*?).

[originally posted on jforum.net by MyJForum]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

On your database side, you have a table named "jforum_users". You can make search's on that table


[originally posted on jforum.net by bobylus]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A better search will be available when the Lucene code is done.

Until there, the current code it's all we have for now.. :\

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:A better search will be available when the Lucene code is done.

Until there, the current code it's all we have for now.. :\

Rafael



Thank you for the info.!

Which CVS version is the Lucene version?

When I do a search JForum 2.1.7 gives back a list of topics. When I click on a topic I get a bunch of posts. It is hard to see the search word(s). Is there anyway to highlight the search word(s)? Like with a block-yellow-background? (implemented via a CSS text style for search text, for example). Is this in the Lucene version?

thanks!

[originally posted on jforum.net by MyJForum]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi-

I just put this in:

http://www.jforum.net/jira/browse/JF-558


[originally posted on jforum.net by MyJForum]
 
reply
    Bookmark Topic Watch Topic
  • New Topic