Saturday, May 12, 2007

users feedback on sharehound

Feel free to leave a comment here on your experience with sharehound product. Any language is OK.

If you wish to post anonymously please leave some nick so that I could comment back (as blogger.com doesn't support hierarchical comments).

1 comments:

Artem Vasiliev said...

Hey Zac,

yeah you can plug into submitSearch() javascript function and modify the search input box value before it gets submitted - it's probably the easiest way. You'll need to figure out the excact field name yourself however.

Or, you can modify it on Java side, but this will require recompiling the app (not too hard actually). The entry point is execute(SearchForm) method in SearchAction.java - then you can see where you can modify the search query. Be warned that wildcards make things harder for lucene - queries will run slower.

Best regards,
Artem