How do I build a search mechanism for my application?

后端 未结 7 1603
我在风中等你
我在风中等你 2020-12-30 13:34

It seems to be a common requirement nowadays to have a search feature that can search almost anything you want. Can anyone give me samples or tips as to how to go about buil

7条回答
  •  时光取名叫无心
    2020-12-30 14:09

    One way would be to find the searched value in all tables in the database. Of course this code can be altered to focus on specific tables and columns.

提交回复
热议问题