Restricting search results

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
clpha6
Propeller Head
Posts: 20
Joined: Thu May 11, 2017 10:43 am

Restricting search results

Post by clpha6 »

I have a single project with three different HTML5 targets:
Admin guide
User guide
Installation guide

The content of each guide is in its own folder. Each guide has its own TOC. Each Target points to its corresponding TOC. I checked the "Exclude content..." box in each target (this doesn't seem to actually do anything). <-- my Installation guide has NO links or references to the User guide, so I'm not sure why that "content" folder is not excluded. That full folder, and all its htm pages, still appear in the build.

Installation guide should not have access to the other two.
User guide should have access to Installation guide (I add the Installation guide TOC to the end of the User guide TOC).
Admin guide should have access to all three.

The TOCs build appropriately, but when I search, the search results show me anything anywhere. I tried using conditions, but that had no effect.
clpha6
Propeller Head
Posts: 20
Joined: Thu May 11, 2017 10:43 am

Re: Restricting search results

Post by clpha6 »

I figured it out! I found a post that said to place the condition tag on the FOLDER, and that worked. I had put the condition on the files within the folder, which did not work.
Post Reply