| 123456789101112131415161718192021222324252627282930 |
- #/test/search | v_text='hell*'
- /**
- count(1)
- **/
- ;
- #/test/search | v_text='*20*'
- /**
- count(1)
- **/
- ;
- #/test/search | v_text='*123-456*'
- /**
- count(1)
- **/
- ;
- #/test/search | v_text='*中*'
- /**
- count(1)
- **/
- ;
- #/test/search | v_text='*magni*'
- /**
- count(1)
- **/
- ;
|