how can I change the search attribute?
Robby Stephenson
robby at periapsis.org
Wed Mar 14 14:23:08 MDT 2007
On Wednesday 14 March 2007, Benjamin von Engelhardt wrote:
> I can change in line 160 the attribute 1003 to 1004. But I would rather
> like to add a new search attribute 1003 for "Person, Author" to be able
> to still search at the Library of Congress. What else do I have to change
> if I add new lines 162-164 (as an example, others may follow):
>
> case Person, Author:
> m_pqn = QString::fromLatin1(" @attr 1=1004 ") + svalue;
> break;
Do you know c++? that's not the way enums work. Case Person, Authro won't
compile. What are you trying to do exactly? Create a new search type?
Robby
More information about the tellico-users
mailing list