topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 7:54 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - wuwei23 [ switch to compact view ]

Pages: [1]
1
FARR Plugins and Aliases / FScript 1.9: querynokeyword problem
« on: December 08, 2009, 11:31 PM »
Hey everyone,

I'm currently learning the FARR plugin model & FScript by endeavouring to write a plugin that can manipulate Trac sites via XML-RPC.

I'm not sure if this is an issue with FScript or with my understanding, but I've hit a problem with the querynokeyword parameter being passed to onSearchBegin. The docs say that "querynokeyword is the query without alias", but the value I'm receiving is always exactly the same as the value in queryraw.

So with an alias string of 'trac', when I enter 'trac test', both querynokeyword and queryraw return the value 'trac test', whereas from my reading of the docs I'm expecting querynokeyword to be 'test'.

Is that what I should expect or have I got it all wrong?

Cheers!

Pages: [1]