Search not working in compiled HTML Help

This forum is for all Flare issues related to the Microsoft HTML Help target.
This target produces "CHM" files in the output.
Post Reply
heffevuna
Propeller Head
Posts: 13
Joined: Mon Sep 13, 2010 1:39 pm
Location: Portland, Oregon, USA
Contact:

Search not working in compiled HTML Help

Post by heffevuna »

I think I've included all the steps to include Search in the compiled help file, but when I search for any word, it pops up with the message No topics found. It looks like it briefly starts to search, but the message appears quickly. When I look through the build log, I see that there is no line that says a full text search database has been built. I remember that being included when I ran a build in RoboHelp (this project was originally in RoboHelp).

Here's what I've done:

All topics have the box selected to include in full text search (though it says this does not apply to HTML Help).

I have enabled search in the skin.

I have associated the skin with the target.

What could be happening?

Thanks for your help on this.
LTinker68
Master Propellus Maximus
Posts: 7247
Joined: Thu Feb 16, 2006 9:38 pm

Re: Search not working in compiled HTML Help

Post by LTinker68 »

See if this KB article is applicable --> http://kb.madcapsoftware.com/default_CSH.htm#OUTH1003F
Image

Lisa
Eagles may soar, but weasels aren't sucked into jet engines.
Warning! Loose nut behind the keyboard.
heffevuna
Propeller Head
Posts: 13
Joined: Mon Sep 13, 2010 1:39 pm
Location: Portland, Oregon, USA
Contact:

Re: Search not working in compiled HTML Help

Post by heffevuna »

Yep. That did it! Thank you!
Madcap Guru
Sr. Propeller Head
Posts: 238
Joined: Tue Mar 17, 2009 10:41 pm

Re: Search not working in compiled HTML Help

Post by Madcap Guru »

One of my favorite tech notes.. and one of the most popular
Rick Ferrell
____________________________

Former Flare and Robohelp Support
Image
smflareuser
Jr. Propeller Head
Posts: 5
Joined: Thu Aug 04, 2011 8:12 am

Re: Search not working in compiled HTML Help

Post by smflareuser »

We have multiple users in the Field (with laptops) who will pull the application and OLH up. Will they need to do this individually?

----------------
Solution:
This maybe caused by the ITCC.DLL not being registered on your system. Or caused by installing Microsoft HTML Help Workshop. Windows normally will register this DLL by default.....

Navigate to the following location

C:\Program Files\MadCap Software\MadCap Flare\Flare.app\Resources\Bin.....
---------------
LTinker68
Master Propellus Maximus
Posts: 7247
Joined: Thu Feb 16, 2006 9:38 pm

Re: Search not working in compiled HTML Help

Post by LTinker68 »

They might. Note that this is a Windows issue, not a Flare issue.
Image

Lisa
Eagles may soar, but weasels aren't sucked into jet engines.
Warning! Loose nut behind the keyboard.
madcampus1
Propeller Head
Posts: 10
Joined: Fri Jan 21, 2011 10:32 am
Location: South Florida

Re: Search not working in compiled HTML Help

Post by madcampus1 »

We just had the same issue in June! Yes, you need to re-register that DLL! THen recompile the Help!
Andrew
Propellus Maximus
Posts: 1237
Joined: Fri Feb 10, 2006 5:37 am

Re: Search not working in compiled HTML Help

Post by Andrew »

smflareuser wrote:We have multiple users in the Field (with laptops) who will pull the application and OLH up. Will they need to do this individually?

----------------
Solution:
This maybe caused by the ITCC.DLL not being registered on your system. Or caused by installing Microsoft HTML Help Workshop. Windows normally will register this DLL by default.....

Navigate to the following location

C:\Program Files\MadCap Software\MadCap Flare\Flare.app\Resources\Bin.....
---------------
Only the computers that generate help need to do this. The problem is on the compiling side, not the viewing side.
Flare v6.1 | Capture 4.0.0
LTinker68
Master Propellus Maximus
Posts: 7247
Joined: Thu Feb 16, 2006 9:38 pm

Re: Search not working in compiled HTML Help

Post by LTinker68 »

Oh, well, then maybe it is a Flare issue, or a Windows and Flare issue.
Image

Lisa
Eagles may soar, but weasels aren't sucked into jet engines.
Warning! Loose nut behind the keyboard.
RamonS
Senior Propellus Maximus
Posts: 4293
Joined: Thu Feb 02, 2006 9:29 am
Location: The Electric City

Re: Search not working in compiled HTML Help

Post by RamonS »

I think it is more a help compiler issue, which is coming from Microsoft. Flare passes the project file and the HTML topic files to the proprietary Microsoft CHM compiler. My assumption is that if the specific DLL is not or not properly registered that the search function fails. The only thing that Flare could do is check if the DLL is registered, which would cover some cases, but not all. I've come across plenty of DLLs that were registered alright, but still didn't work.
Andrew
Propellus Maximus
Posts: 1237
Joined: Fri Feb 10, 2006 5:37 am

Re: Search not working in compiled HTML Help

Post by Andrew »

LTinker68 wrote:Oh, well, then maybe it is a Flare issue, or a Windows and Flare issue.
Wasn't trying to point to either as the problem -- I have no idea which it is. :) I've had this problem, however, so I knew the solution. Experience is a good teacher. :mrgreen:
Flare v6.1 | Capture 4.0.0
smflareuser
Jr. Propeller Head
Posts: 5
Joined: Thu Aug 04, 2011 8:12 am

Re: Search not working in compiled HTML Help

Post by smflareuser »

Worked perfectly after ADMIN re-registered the DLL (It didn't work when I tried--apparently didn't have the appropriate rights). I recompiled the Help and everything is fine here.
Post Reply