Film Score Monthly
FSM HOME MESSAGE BOARD FSM CDs FSM ONLINE RESOURCES FUN STUFF ABOUT US  SEARCH FSM   
Search Terms: 
Search Within:   search tips 
You must log in or register to post.
  Go to page:    
 Posted:   Mar 2, 2015 - 2:19 PM   
 By:   jkheiser   (Member)

It's no secret the FSM search engine isn't the best in the world. I just tried searching for "Escape to Witch Mountain" and couldn't find any results related to Intrada's new release. I used Google instead and found the forum post immediately.

I wrote a bookmarklet to make it much easier to do this again in the future. Now I'm only one click away from searching the FSM forum and getting perfect results every time! I shared the code (with instructions on how to install it) at jsFiddle so others can make use of it, too.

https://jsfiddle.net/9ckdenup/embedded/result/

For the curious, here is the code that makes it work:

javascript:if(q=window.prompt('Search%20FSM%20forum%20for:'))window.location='https://www.google.com/search?q=site:www.filmscoremonthly.com/board+'+q

 
 Posted:   Mar 2, 2015 - 2:22 PM   
 By:   Jason LeBlanc   (Member)

Works great, thanks!

 
 
 Posted:   Mar 2, 2015 - 2:22 PM   
 By:   Thor   (Member)

I always use Google for the most recent or the oldest posts, which the search engine has trouble locating. But it usually does seem to find most of the threads inbetween.

But thanks for this shortcut!

 
 
 Posted:   Mar 2, 2015 - 2:26 PM   
 By:   Francis   (Member)

It would be helpful if this board had threads that stuck on top as this one will disappear into the vortex of the regular search engine never to be found again.

 
 Posted:   Mar 2, 2015 - 2:28 PM   
 By:   Jason LeBlanc   (Member)

If the owners of this board where to pay a developer to write code that allowed sticky threads, they could just pay him to fix the search engine instead.



ACTUALLY.... all you would have to do is edit the database entry for this thread and change the date of the last post to like 1/1/2099 and then lock the thread, and you'd in essence have a de facto sticky post.

 
 
 Posted:   Mar 2, 2015 - 2:33 PM   
 By:   Howard L   (Member)

It does drive me crazy that the regular search won't bring up current, 2002 and 2009 postings. This is nice now. Btw, this has been addressed recently on previous threads. smile

 
 Posted:   Mar 2, 2015 - 2:52 PM   
 By:   The Thing   (Member)

I've got so used to using Google now, that I don't use this forum's search engine anymore.

Just type "FSM board " and your search criteria and the results are there instantly.

 
 Posted:   Mar 2, 2015 - 4:23 PM   
 By:   Josh "Swashbuckler" Gizelt   (Member)

Thanks for this, it'll make things easier.

 
 Posted:   Mar 2, 2015 - 4:26 PM   
 By:   Justin Boggan   (Member)

The code isw a bit of overkill. Simply go to Google and enter this (as an example):
site:filmscoremonthly.com "Escape to Witch Mountain"

 
 
 Posted:   Mar 2, 2015 - 4:56 PM   
 By:   Howard L   (Member)

OK...I am not a techie by any stretch but I understand patterns. Justin, I used your method with "African Queen" and the thread I was looking for, from the cursed year 2002, came up on page 6. No " " and it's page 7. Then I used the OP method and with or without " " the entry came up page 4. Therefore, under these parameters, I must say his method gets the blue ribbon for now.

 
 Posted:   Mar 2, 2015 - 6:54 PM   
 By:   jkheiser   (Member)

The code isw a bit of overkill. Simply go to Google and enter this (as an example):
site:filmscoremonthly.com "Escape to Witch Mountain"


If you install the bookmarklet, you'll find its convenience is hard to beat.

 
 Posted:   Mar 2, 2015 - 7:20 PM   
 By:   jkheiser   (Member)

OK...I am not a techie by any stretch but I understand patterns. Justin, I used your method with "African Queen" and the thread I was looking for, from the cursed year 2002, came up on page 6. No " " and it's page 7. Then I used the OP method and with or without " " the entry came up page 4. Therefore, under these parameters, I must say his method gets the blue ribbon for now.

Justin's method searches all of FSM's site. The bookmarklet searches only their forum.

 
 
 Posted:   Mar 2, 2015 - 7:26 PM   
 By:   Howard L   (Member)

AH.
Your servant, Sir.

 
 
 Posted:   Mar 3, 2015 - 2:01 AM   
 By:   Thor   (Member)

It's a neat little 'add-on' you've created. The only problem is it searches messages instead of thread titles. So a lot of hits that aren't so relevant -- at least if you're like me and have memorized approximately what all threads were called since 1998. smile

 
 
 Posted:   Mar 3, 2015 - 10:11 AM   
 By:   Howard L   (Member)

Oh don't remind me. It pains the heart. What I would do to get back them '98-'99 threads!

 
 Posted:   Mar 3, 2015 - 10:26 AM   
 By:   jkheiser   (Member)

It's a neat little 'add-on' you've created. The only problem is it searches messages instead of thread titles. So a lot of hits that aren't so relevant -- at least if you're like me and have memorized approximately what all threads were called since 1998. smile

I'm not sure I understand. You want to search the content of titles alone, disregarding the content of the messages? Maybe an example would help.

 
 
 Posted:   Mar 3, 2015 - 10:28 AM   
 By:   Thor   (Member)

It's a neat little 'add-on' you've created. The only problem is it searches messages instead of thread titles. So a lot of hits that aren't so relevant -- at least if you're like me and have memorized approximately what all threads were called since 1998. smile

I'm not sure I understand. You want to search the content of titles alone, disregarding the content of the messages? Maybe an example would help.


Yes. I only search for thread titles, never (or extremely rarely) for words posted within the threads themselves. But maybe that's just me.

 
 Posted:   Mar 3, 2015 - 10:48 AM   
 By:   jkheiser   (Member)

Yes. I only search for thread titles, never (or extremely rarely) for words posted within the threads themselves. But maybe that's just me.

Change your bookmarklet's URL to this:

javascript:if(q=window.prompt('Search%20FSM%20forum%20titles%20for:'))window.location='https://www.google.com/search?q=site:www.filmscoremonthly.com/board+intitle:"'+q+'"'

It will search only thread titles.

 
 
 Posted:   Mar 3, 2015 - 10:53 AM   
 By:   Thor   (Member)

How do I change the url? I went to 'edit' and changed the url to the one you gave me, but when I click it, it doesn't work at all.

 
 Posted:   Mar 3, 2015 - 11:00 AM   
 By:   jkheiser   (Member)

How do I change the url? I went to 'edit' and changed the url to the one you gave me, but when I click it, it doesn't work at all.

Try copying and pasting it again. There was a syntax error that I corrected.

 
You must log in or register to post.
  Go to page:    
© 2024 Film Score Monthly. All Rights Reserved.
Website maintained and powered by Veraprise and Matrimont.