Search found 3 matches

by kodster28
Thu Mar 05, 2020 10:47 am
Forum: Web-based Outputs
Topic: Search in the form of questions not working
Replies: 12
Views: 6643

Re: Search in the form of questions not working

I've posted a potential solution for this issue on https://forums.madcapsoftware.com/viewtopic.php?f=12&t=31921. Using the files here --> https://drive.google.com/file/d/1HDYiNJclO84wN9ThPn9msUoPn-ZPQbRy/view?usp=sharing Essentially, you would: 1. Download the python.exe file. 2. Add a post-buil...
by kodster28
Thu Mar 05, 2020 10:44 am
Forum: Tips and Tricks
Topic: Search results help?
Replies: 13
Views: 14552

Re: Search results help?

Howdy all, I posted about modifying Flare's stopwords on another thread (https://forums.madcapsoftware.com/viewtopic.php?f=12&t=31921). If you wanted, you could probably modify my Python script to remove the 'with' entry from the list of stopwords. https://drive.google.com/file/d/1HDYiNJclO84wN9...
by kodster28
Thu Mar 05, 2020 8:55 am
Forum: Tips and Tricks
Topic: Modify stop words list for HTML5 output
Replies: 4
Views: 8078

Re: Modify stop words list for HTML5 output

Howdy all, Thanks JRtechw for your solution. I made some improvements to make it a bit easier for my team: 1. Created a python program to add stop words 2. Built an .exe file to run the program for other people on our team 3. Added the .exe file to a post-build event I've included the files in a Goo...