LogicSymbol#
- class corkus.objects.LogicSymbol#
LogicSymbols are use in more advanced search calls in the API.
If you want to search for
Ingredientthat requireProfessionType.ARMOURINGANDProfessionType.SCRIBINGat the same time, you useANDIf you want to search for
Ingredientthat requireProfessionType.ARMOURINGORProfessionType.SCRIBINGyou useOR. It will result all of the results that have any of provided skills.- AND = '&'#
Return list of results that match ALL OF THE PROVIDED ARGUMENTS.
- OR = '^'#
Return list of results that match ONE OR MORE OF THE PROVIDED ARGUMENTS.