id objects - Forum

Forum Navigation
You need to log in to create posts and topics.

id objects

In visualneo is it possible to set only the ID of the objects, for example "BOAT" and not "SAIL BOAT"?

If I set BOAT A SAIL it does not accept it.

I say this because if I want to do a search using the object ID I can't do it

 

 

 

 

@llazzari it's not allowed to use multiple words as an object id in HTML.

ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").

Anyway you can search by replacing hyphens on id's, for example, for spaces in the search subroutine.

Regards.